2013 m. birželio 5 d., trečiadienis

Version 10.1. adaptation for the LCD shield (v.10.1.1)



 v.10.1.1 - adaptation modifications are listed below:
PIN definitions are adapted to work with LCD shield as follows:
#define BUTTON_PIN        11  (in v.10.1 was 10)
#define ALARM_PIN         10  (in v.10.1 was 15)
#define NULL_BTN_PIN      15  (in v.10.1 was 11)

 simplified serial port output to work with freeware Radiation Logger software by radiohobbystore:
 is now configured to be the default output changable back by menu (note: use of menu needs connection of IR receiver)
 If you want CPM, [dose unit], Vcc to be the set as output format during the RESET_ALL (i.e. when the #define RESET_ALL true) find and change the line in Menu from:
 writeParam(true,RADLOGGER_ADDR); 
 back to:
 writeParam(false,RADLOGGER_ADDR);


The modified sketch can be downloaded here
Libraries can be downloaded from here

Komentarų nėra:

Rašyti komentarą