renamed Arduino.py to omit crashes with Arduino IDE

This commit is contained in:
Alexander Richter 2023-07-23 18:46:50 +02:00
parent 2587716cda
commit 841a336b28
2 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,9 @@ If your Encoder can be pressed and there is a button inside, use the Input or La
Encoders have 2 signals, which must be connected to 2 pins. There are three options.
Best Performance: Both signals connect to interrupt pins.
Good Performance: First signal connects to an interrupt pin, second to a non-interrupt pin.
Low Performance: Both signals connect to non-interrupt pins, details below.
| Board | Interrupt Pins |LED Pin(do not use) |

2
arduino.py → arduino-connector.py Executable file → Normal file
View File

@ -11,7 +11,7 @@ import serial, time, hal
# You can also generate "virtual Pins" by using latching Potentiometers, which are connected to one analog Pin, but are read in Hal as individual Pins.
# Currently the Software provides:
# - analog Inputs
# - analog Inputss
# - latching Potentiometers
# - 1 binary encoded Selector Switch
# - digital Inputs