RaspberryPi_EPD/main.c

8 lines
108 B
C
Raw Normal View History

2021-01-21 16:55:13 +00:00
#include <stdio.h>
#include "gdew0213m21_epd.h"
int main() {
printf("Hello World!\n");
return 0;
}