sketchbook
|
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include <wiringPi.h>
#include <lcd.h>
Macros | |
#define | TRUE (1==1) |
#define | FALSE (1==2) |
Functions | |
int | usage (const char *progName) |
void | scrollMessage (int line, int width) |
int | main (int argc, char *argv[]) |
#define FALSE (1==2) |
#define TRUE (1==1) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void scrollMessage | ( | int | line, |
int | width | ||
) |
int usage | ( | const char * | progName | ) |