Rev 2177 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed
## Section sns_water -- Do not edit this line# Use eeprom to store total water consumptionsns_water_USEEEPROM=1sns_water_HIGH_THRESHOLD_MV=2400sns_water_LOW_THRESHOLD_MV=2250sns_water_SEND_PERIOD_S=10sns_water_AD_CHANNEL=1# The water volume for one cog-edge on the wheel, in micro litersns_water_UL_PER_TICK=12500UL# Normally you don't need to edit belowsns_water_ADPOLL_TIMER=<TIMER>sns_water_SEND_TIMER=<TIMER># Conversion takes about 0.1ms on 8MHz FCPU (unless another module is using AD)sns_water_ADPOLL_PERIOD_MS=1sns_water_ID=<ID>## End section sns_water -- Do not edit this line