mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2026-05-19 09:15:49 +08:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef __CALENDAR_H
|
|
#define __CALENDAR_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void DrawCalendar(uint32_t timestamp);
|
|
|
|
#endif
|