|
sketchbook
|
#include <stdio.h>#include <errno.h>#include <string.h>#include <wiringPi.h>#include <softTone.h>Macros | |
| #define | PIN 3 |
Functions | |
| int | main () |
Variables | |
| int | scale [8] = { 262, 294, 330, 349, 392, 440, 494, 525 } |
| #define PIN 3 |
| int main | ( | void | ) |
| int scale[8] = { 262, 294, 330, 349, 392, 440, 494, 525 } |
1.8.6