|
sketchbook
|
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <time.h>#include <math.h>#include <wiringPi.h>#include <lcd128x64.h>Macros | |
| #define | TRUE (1==1) |
| #define | FALSE (1==2) |
Functions | |
| double | rads (double degs) |
| void | drawClockHands (void) |
| void | drawClockFace (void) |
| void | setup (void) |
| int | main (int argc, char *argv[]) |
Variables | |
| double | clockRadius |
| double | thickness |
| double | barLen |
| int | maxX |
| int | maxY |
| #define FALSE (1==2) |
| #define TRUE (1==1) |
| void drawClockFace | ( | void | ) |
| void drawClockHands | ( | void | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| double rads | ( | double | degs | ) |
| void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
| double barLen |
| double clockRadius |
| int maxX |
| int maxY |
| double thickness |
1.8.6