renamed Arduino.py to omit crashes with Arduino IDE
This commit is contained in:
parent
2587716cda
commit
841a336b28
@ -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
2
arduino.py → arduino-connector.py
Executable file → Normal 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
|
Loading…
Reference in New Issue
Block a user