aboutsummaryrefslogtreecommitdiff
path: root/src/display.h
blob: a2bbc7935ffb39c3d6fd13ce4da738abbf0f8039 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _LOADED_DISPLAY
#define _LOADED_DISPLAY
#include <stdint.h>

void write_digit(uint8_t digit);

void write_time(uint16_t hour, uint16_t minute);

#endif