projects
/
EVA-2020-02-2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix(examples):Add delay to throw away bad initial sensor reading
[EVA-2020-02-2.git]
/
examples
/
noise-amps-at-freqs.py
diff --git
a/examples/noise-amps-at-freqs.py
b/examples/noise-amps-at-freqs.py
index 8b1ddd57acf13226899dba878e717f48adc615a7..4c14c585b894fca998dc30069c1887693d884236 100755
(executable)
--- a/
examples/noise-amps-at-freqs.py
+++ b/
examples/noise-amps-at-freqs.py
@@
-15,11
+15,11
@@
Press Ctrl+C to exit!
noise = Noise()
disp = ST7735.ST7735(
-
port=0,
-
cs=ST7735.BG_SPI_CS_FRONT,
-
dc=9,
-
backlight=12,
-
rotation=90)
+ port=0,
+ cs=ST7735.BG_SPI_CS_FRONT,
+ dc=9,
+ backlight=12,
+ rotation=90)
disp.begin()