Update Multiprotocol.ino

This commit is contained in:
Ben Lye 2019-11-02 17:49:48 +00:00 committed by GitHub
parent 6848fab873
commit 2255675a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,6 @@ void setup()
pinMode(S4_pin,INPUT_PULLUP); pinMode(S4_pin,INPUT_PULLUP);
//Random pins //Random pins
pinMode(PB0, INPUT_ANALOG); // set up pin for analog input pinMode(PB0, INPUT_ANALOG); // set up pin for analog input
pinMode(PB1, INPUT_ANALOG); // set up pin for analog input
//Timers //Timers
init_HWTimer(); //0.5us init_HWTimer(); //0.5us