mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2026-06-02 09:35:51 +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
|