skip some examples

This commit is contained in:
me-no-dev
2020-05-12 01:48:34 +03:00
parent d349cdc08f
commit fbac930d7c
21 changed files with 18 additions and 31 deletions

View File

@ -1,7 +1,6 @@
//Simple sketch to access the internal hall effect detector on the esp32.
//values can be quite low.
//Brian Degger / @sctv
int val = 0;
void setup() {
Serial.begin(9600);