Changeset 74
- Timestamp:
- 10/23/10 22:09:26 (14 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
webserver/example/EnergyMeters/Source/EnergyMeters/SolarCountUART.c
r73 r74 745 745 /* convert and copy value. hourly values must be divided by 60 */ 746 746 hourRxYield[currentChannel] = 747 ( extractBinaryHexDigitString( &(rxUART3[0]), 1 3, 16 ) ) / 60;747 ( extractBinaryHexDigitString( &(rxUART3[0]), 10, 16 ) ) / 60; 748 748 749 749 } /* if */