Difference between revisions of "IoT - Modular - Noise.h"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="cpp" line="1"> #ifndef NOISE_H #define NOISE_H int piezoPin = 14; #endif // NOISE_H </syntaxhighlight>") |
(No difference)
|
Latest revision as of 15:24, 30 April 2021
1 #ifndef NOISE_H
2 #define NOISE_H
3
4 int piezoPin = 14;
5
6 #endif // NOISE_H