Closed GoogleCodeExporter closed 9 years ago
Found pin locations in the Arduino code and fixed them so the Videovoltage
works with the GUI.
Just for others you need to go in GlobalVariables.h
//Analog input defines
const uint16_t voltagePin=0;
const uint16_t vidvoltagePin=2;
const uint16_t amperagePin=1;
const uint16_t rssiPin=3;
They depend on how it is wired.
Then further down in the file
1, // L_VIDVOLTAGEPOSITIONDSPL
This needs to be set to 1, mine was at 0. Make sure that it is set in both the
PAL and NTSC sections, also a handy thing is you can pick the things you don't
want on the screen and disable any pieces you don't want by changing the DSPL
one to 0.
I had to do it in both sections then send an EEPROM clear then upload the new
code, to make it work.
Original comment by AricCudn...@gmail.com
on 27 Jan 2014 at 5:52
Original comment by katawentos
on 9 Feb 2014 at 3:53
Original issue reported on code.google.com by
AricCudn...@gmail.com
on 21 Jan 2014 at 5:14