promote Pwm functions to a new class that overloads Pin, alter use of Pwm in Temperat...
authorMichael Moon <triffid.hunter@gmail.com>
Mon, 31 Dec 2012 01:16:06 +0000 (12:16 +1100)
committerMichael Moon <triffid.hunter@gmail.com>
Wed, 2 Jan 2013 00:50:20 +0000 (11:50 +1100)
commit11f8ba4efd3b0fa869dad3d8ee6413e29803e8e7
treea5120a323c72b3037c2e6e8a7d5c2f4b759f8402
parenta120c02a45dc763d16a97f13a47b56a751f3167c
promote Pwm functions to a new class that overloads Pin, alter use of Pwm in TemperatureControl and Switch to reflect this, ConfigValue gets new method: as_pwm()
src/libs/ConfigValue.h
src/libs/Pin.cpp
src/libs/Pin.h
src/libs/Pwm.cpp [new file with mode: 0644]
src/libs/Pwm.h [new file with mode: 0644]
src/libs/nuts_bolts.h
src/modules/tools/switch/Switch.cpp
src/modules/tools/switch/Switch.h