RaspberryPi_EPD/main.c

8 lines
108 B
C

#include <stdio.h>
#include "gdew0213m21_epd.h"
int main() {
printf("Hello World!\n");
return 0;
}