mirror of
https://github.com/schinken/esp8266-geigercounter.git
synced 2024-11-13 04:24:21 +01:00
Add battery notice
This commit is contained in:
parent
02423f2411
commit
0c53fd064b
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ Here's some code and schematic to connect your mightyohm.com geiger counter to t
|
|||
|
||||
![Schematic](https://raw.githubusercontent.com/b4ckspace/esp8266-geigercounter/master/schematic.png "How to connect")
|
||||
|
||||
** If you use the external 3,3 volts, you have to remove the batteries from the geiger counter! **
|
||||
|
||||
## compile
|
||||
|
||||
To compile this code, just clone or download the master branch as a zip and ramp up your arduino library. For this code to work, you need the SimpleTimer-library (http://playground.arduino.cc/Code/SimpleTimer#Download) and the ESP8266 added to your Arduino-IDE as a board (https://github.com/esp8266/Arduino, see install instructions)
|
||||
|
|
Loading…
Reference in a new issue