Skip to content

Commit

Permalink
changed battery measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Mar 27, 2018
1 parent a73d943 commit 6f2cd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HM-WDS10-TH-I-SHT10/HM-WDS10-TH-I-SHT10.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const struct DeviceInfo PROGMEM devinfo = {
typedef AvrSPI<10, 11, 12, 13> SPIType;
typedef Radio<SPIType, 2> RadioType;
typedef StatusLed<4> LedType;
typedef AskSin<LedType, BatterySensorUni<21, 7>, RadioType> BaseHal;
typedef AskSin<LedType, BatterySensor, RadioType> BaseHal;
class Hal : public BaseHal {
public:
void init (const HMID& id) {
Expand Down

0 comments on commit 6f2cd57

Please sign in to comment.