Closed GoogleCodeExporter closed 8 years ago
Original comment by bson...@gmail.com
on 19 Sep 2012 at 9:48
In board_ersky9x.cpp would you try this change in function config_free_pins:
Replace:
configure_pins( PIO_PB6 | PIO_PB14, PIN_ENABLE | PIN_INPUT | PIN_PORTB |
PIN_PULLUP ) ;
configure_pins( PIO_PC19 | PIO_PC21, PIN_ENABLE | PIN_INPUT | PIN_PORTC |
PIN_PULLUP ) ;
By:
configure_pins( PIO_PB14, PIN_ENABLE | PIN_INPUT | PIN_PORTB | PIN_PULLUP ) ;
At least the Rotary Encoder will be working ;)
Original comment by bson...@gmail.com
on 21 Sep 2012 at 10:32
Fixed on his own! Cool. It remains issues, perhaps it will be contagious :)
Original comment by bson...@gmail.com
on 2 Oct 2012 at 5:04
Original issue reported on code.google.com by
r...@marotori.com
on 17 Sep 2012 at 4:27