Watchy/examples/WatchFaces/DOS/Watchy_DOS.h

13 lines
208 B
C
Raw Normal View History

2021-12-30 23:16:03 -05:00
#ifndef WATCHY_DOS_H
#define WATCHY_DOS_H
#include <Watchy.h>
#include "Px437_IBM_BIOS5pt7b.h"
class WatchyDOS : public Watchy{
using Watchy::Watchy;
public:
void drawWatchFace();
};
2021-01-05 00:36:37 -05:00
#endif