File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- # CONTRIBUTING
1+ # Contributing
22
33Guideline to contribute to this package
4+
5+ ---------------
6+
7+ ## TBD
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ ready to test and run the examples.
5656### Flash firmware
5757
5858Flash the [ MicroPython firmware] [ ref-upy-firmware-download ] to the MicroPython
59- board with this call in case a ESP32 is used .
59+ board. The following example call is valid for ESP32 boards .
6060
6161``` bash
6262esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART erase_flash
Original file line number Diff line number Diff line change 201201print ('Status of IREG {}: {}' .format (ireg_address , register_value ))
202202time .sleep (1 )
203203
204+ print ()
205+
204206# reset all registers back to their default values on the client
205207# WRITE COILS
206208print ('Resetting register data to default values...' )
You can’t perform that action at this time.
0 commit comments