├── HBW-1W-T10 ├── HBW-1W-T10.ino ├── HBW-1W-T10_config_example.h ├── hbw_1w_t10_v1.xml └── readme.txt ├── HBW-CC-DT3-T6 ├── HBW-CC-DT3-T6.ino ├── HBW-CC-DT3-T6_config_example.h ├── HBWDeltaT.cpp ├── HBWDeltaT.h ├── HBWLinkKeyInfoEventSensor.cpp ├── HBWLinkKeyInfoEventSensor.h ├── HBWLinkKeyInfoEventSensor.hpp ├── hbw_cc_dt3_t6.xml └── readme.txt ├── HBW-CC-VD-8 ├── HBW-CC-VD-8.ino ├── HBW-CC-VD-8_config_example.h ├── hbw_cc_vd2.xml ├── hbw_cc_vd8.xml └── readme.txt ├── HBW-CC-WW-SPktS ├── HBW-CC-WW-SPktS.ino ├── HBW-CC-WW-SPktS_config_example.h ├── HBWDeltaT.cpp ├── HBWDeltaT.h ├── HBWSPktS.cpp ├── HBWSPktS.h ├── hbw-cc-ww-spkts.xml └── readme.txt ├── HBW-DIS-Key-4 ├── HBW-DIS-Key-4.ino ├── HBW-DIS-Key-4_config_example.h ├── HBWDisplayLCD.cpp ├── HBWDisplayLCD.h ├── HBWLinkInfoKeyEventActuator.cpp ├── HBWLinkInfoKeyEventActuator.h ├── HBWLinkInfoKeyEventActuator.hpp ├── hbw-dis-key-4.xml └── readme.txt ├── HBW-LC-BL-4 ├── HBW-LC-BL-4.ino ├── HBW-LC-BL-4.ino.hex ├── HBW-LC-BL-4.ino.with_bootloader.hex ├── HBW-LC-BL-4_config_example.h ├── hbw_lc_bl-4.xml └── readme.txt ├── HBW-LC-BL-8 ├── HBW-LC-BL-8.ino ├── HBW-LC-BL-8_config_example.h ├── hbw_lc_bl-8.xml └── readme.txt ├── HBW-LC-Sw-12 ├── HBW-LC-Sw-12.ino ├── HBW-LC-Sw-12.xml ├── HBW-LC-Sw-12_config_example.h ├── HBWAnalogPow.cpp ├── HBWAnalogPow.h ├── HBWSwitchSerialAdvanced.cpp ├── HBWSwitchSerialAdvanced.h ├── ShiftRegister74HC595.cpp ├── ShiftRegister74HC595.h ├── ShiftRegister74HC595.hpp └── readme.txt ├── HBW-LC-Sw-8 ├── HBW-LC-Sw-8.ino ├── HBW-LC-Sw-8.ino.eightanaloginputs.hex ├── HBW-LC-Sw-8.ino.with_bootloader.eightanaloginputs.hex ├── HBW-LC-Sw-8.xml ├── HBW-LC-Sw-8_config_example.h └── readme.txt ├── HBW-LC-Sw-8_AdvancedPeering ├── HBW-LC-Sw-8.xml ├── HBW-LC-Sw-8_AdvancedPeering.ino ├── HBW-LC-Sw-8_AdvancedPeering_config_example.h └── readme.txt ├── HBW-SC-10-Dim-6 ├── HBW-SC-10-Dim-6.ino ├── HBW-SC-10-Dim-6_config_example.h ├── HBWDimmerVirtual.cpp ├── HBWDimmerVirtual.h ├── SetupTimer_328p.h ├── hbw_sc-10_dim-6.xml ├── hbw_sc-10_dim-6_v0.7.xml └── readme.txt ├── HBW-Sen-DB-4 ├── HBW-Sen-DB-4.ino ├── HBW-Sen-DB-4_config_example.h ├── HBWKeyDoorbell.cpp ├── HBWKeyDoorbell.h ├── hbw-sen-db-4.xml ├── hbw-sen-db-4_v0.2.xml ├── pitches.h └── readme.txt ├── HBW-Sen-EP ├── HBW-Sen-EP.ino ├── HBW-Sen-EP_config_example.h ├── hbw-sen-ep.xml └── readme.txt ├── HBW-Sen-EP_interrupt-based ├── HBW-Sen-EP_interrupt-based.ino ├── HBW-Sen-EP_interrupt-based_config_example.h ├── HBW-Sen-EP_interrupt.h ├── UC121902-TNARX-A.h ├── hbw-sen-ep.xml └── readme.txt ├── HBW-Sen-Key-12 ├── HBW-Sen-Key-12.ino ├── HBW-Sen-Key-12_config_example.h └── hbw_sen_key_12.xml ├── HBW-Sen-SC-12-DR ├── HBW-Sen-SC-12-DR.ino ├── HBW-Sen-SC-12-DR_config_example.h ├── hbw_sen_sc_12_dr.xml └── readme.txt ├── HBW-Sys-PM ├── HBW-Sys-PM.ino ├── HBW-Sys-PM_config_example.h ├── HBWPMeasure.cpp ├── HBWPMeasure.h ├── SBC-DVA │ ├── LICENSE │ ├── README.md │ ├── SBC_DVA.cpp │ ├── SBC_DVA.h │ └── examples │ │ └── SBC-DVA-Example │ │ └── SBC-DVA-Example.ino ├── SBC_DVA.cpp ├── SBC_DVA.h ├── hbw-sys-pm.xml └── readme.txt ├── HBW-WDS-C7 ├── HBW-WDS-C7.ino ├── HBW-WDS-C7_config_example.h ├── HBW-WDS-C7_latest.ino_50MHz.uf2 ├── HBWSIGNALDuino_adv.cpp ├── HBWSIGNALDuino_adv.h ├── HBWSIGNALDuino_adv │ ├── FastDelegate.h │ ├── SIGNALDuino.ino.hpp │ ├── SimpleFIFO.h │ ├── bitstore.h │ ├── cc1101.h │ ├── compile_config.h │ ├── output.h │ ├── signalDecoder.cpp │ ├── signalDecoder.h │ └── signalDecoder.hpp ├── HBWSIGNALDuino_bresser7in1.cpp ├── HBWSIGNALDuino_bresser7in1.h ├── bit_util.c ├── bit_util.h ├── bit_util.hpp ├── hbw_wds_c7.xml └── readme.txt ├── README.md ├── documentation ├── arduino_nano │ ├── mega328p_fuses-detailed_Engbedded.pdf │ ├── mega328p_fuses.txt │ └── mega328pb_fuses.txt └── quick-setup.txt └── libraries ├── ClickButton ├── Examples │ ├── LEDfader │ │ └── LEDfader.ino │ ├── MultiButtons │ │ └── MultiButtons.ino │ └── MultiClicks │ │ └── MultiClicks.ino └── keywords.txt ├── EEPROM24 ├── keywords.txt ├── library.properties └── src │ ├── EEPROM24.cpp │ └── EEPROM24.h ├── README.md ├── keywords.txt ├── library.properties └── src ├── ClickButton.cpp ├── ClickButton.h ├── FreeRam.cpp ├── FreeRam.h ├── HBWAnalogIn.cpp ├── HBWAnalogIn.h ├── HBWBlind.cpp ├── HBWBlind.h ├── HBWDimBacklight.cpp ├── HBWDimBacklight.h ├── HBWDimmerAdvanced.cpp ├── HBWDimmerAdvanced.h ├── HBWKey.cpp ├── HBWKey.h ├── HBWKeyVirtual.cpp ├── HBWKeyVirtual.h ├── HBWLinkBlindSimple.cpp ├── HBWLinkBlindSimple.h ├── HBWLinkBlindSimple.hpp ├── HBWLinkDimmerAdvanced.cpp ├── HBWLinkDimmerAdvanced.h ├── HBWLinkDimmerAdvanced.hpp ├── HBWLinkInfoEventActuator.cpp ├── HBWLinkInfoEventActuator.h ├── HBWLinkInfoEventActuator.hpp ├── HBWLinkInfoEventSensor.cpp ├── HBWLinkInfoEventSensor.h ├── HBWLinkInfoEventSensor.hpp ├── HBWLinkKey.cpp ├── HBWLinkKey.h ├── HBWLinkKey.hpp ├── HBWLinkSwitchAdvanced.cpp ├── HBWLinkSwitchAdvanced.h ├── HBWLinkSwitchAdvanced.hpp ├── HBWLinkSwitchSimple.cpp ├── HBWLinkSwitchSimple.h ├── HBWLinkSwitchSimple.hpp ├── HBWOneWireTempSensors.cpp ├── HBWOneWireTempSensors.h ├── HBWPids.cpp ├── HBWPids.h ├── HBWSenEP.cpp ├── HBWSenEP.h ├── HBWSenSC.cpp ├── HBWSenSC.h ├── HBWSoftwareSerial.cpp ├── HBWSoftwareSerial.h ├── HBWSwitch.cpp ├── HBWSwitch.h ├── HBWSwitchAdvanced.cpp ├── HBWSwitchAdvanced.h ├── HBWValve.cpp ├── HBWValve.h ├── HBW_eeprom.h ├── HBW_hardware.h ├── HBWired.cpp ├── HBWired.h └── HBWlibStateMachine.h /HBW-1W-T10/HBW-1W-T10.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-1W-T10/HBW-1W-T10.ino -------------------------------------------------------------------------------- /HBW-1W-T10/HBW-1W-T10_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-1W-T10/HBW-1W-T10_config_example.h -------------------------------------------------------------------------------- /HBW-1W-T10/hbw_1w_t10_v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-1W-T10/hbw_1w_t10_v1.xml -------------------------------------------------------------------------------- /HBW-1W-T10/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-1W-T10/readme.txt -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBW-CC-DT3-T6.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBW-CC-DT3-T6.ino -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBW-CC-DT3-T6_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBW-CC-DT3-T6_config_example.h -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBWDeltaT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBWDeltaT.cpp -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBWDeltaT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBWDeltaT.h -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBWLinkKeyInfoEventSensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBWLinkKeyInfoEventSensor.cpp -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBWLinkKeyInfoEventSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBWLinkKeyInfoEventSensor.h -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/HBWLinkKeyInfoEventSensor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/HBWLinkKeyInfoEventSensor.hpp -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/hbw_cc_dt3_t6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/hbw_cc_dt3_t6.xml -------------------------------------------------------------------------------- /HBW-CC-DT3-T6/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-DT3-T6/readme.txt -------------------------------------------------------------------------------- /HBW-CC-VD-8/HBW-CC-VD-8.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-VD-8/HBW-CC-VD-8.ino -------------------------------------------------------------------------------- /HBW-CC-VD-8/HBW-CC-VD-8_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-VD-8/HBW-CC-VD-8_config_example.h -------------------------------------------------------------------------------- /HBW-CC-VD-8/hbw_cc_vd2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-VD-8/hbw_cc_vd2.xml -------------------------------------------------------------------------------- /HBW-CC-VD-8/hbw_cc_vd8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-VD-8/hbw_cc_vd8.xml -------------------------------------------------------------------------------- /HBW-CC-VD-8/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-VD-8/readme.txt -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/HBW-CC-WW-SPktS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/HBW-CC-WW-SPktS.ino -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/HBW-CC-WW-SPktS_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/HBW-CC-WW-SPktS_config_example.h -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/HBWDeltaT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/HBWDeltaT.cpp -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/HBWDeltaT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/HBWDeltaT.h -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/HBWSPktS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/HBWSPktS.cpp -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/HBWSPktS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/HBWSPktS.h -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/hbw-cc-ww-spkts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/hbw-cc-ww-spkts.xml -------------------------------------------------------------------------------- /HBW-CC-WW-SPktS/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-CC-WW-SPktS/readme.txt -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBW-DIS-Key-4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBW-DIS-Key-4.ino -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBW-DIS-Key-4_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBW-DIS-Key-4_config_example.h -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBWDisplayLCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBWDisplayLCD.cpp -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBWDisplayLCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBWDisplayLCD.h -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBWLinkInfoKeyEventActuator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBWLinkInfoKeyEventActuator.cpp -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBWLinkInfoKeyEventActuator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBWLinkInfoKeyEventActuator.h -------------------------------------------------------------------------------- /HBW-DIS-Key-4/HBWLinkInfoKeyEventActuator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/HBWLinkInfoKeyEventActuator.hpp -------------------------------------------------------------------------------- /HBW-DIS-Key-4/hbw-dis-key-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/hbw-dis-key-4.xml -------------------------------------------------------------------------------- /HBW-DIS-Key-4/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-DIS-Key-4/readme.txt -------------------------------------------------------------------------------- /HBW-LC-BL-4/HBW-LC-BL-4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-4/HBW-LC-BL-4.ino -------------------------------------------------------------------------------- /HBW-LC-BL-4/HBW-LC-BL-4.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-4/HBW-LC-BL-4.ino.hex -------------------------------------------------------------------------------- /HBW-LC-BL-4/HBW-LC-BL-4.ino.with_bootloader.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-4/HBW-LC-BL-4.ino.with_bootloader.hex -------------------------------------------------------------------------------- /HBW-LC-BL-4/HBW-LC-BL-4_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-4/HBW-LC-BL-4_config_example.h -------------------------------------------------------------------------------- /HBW-LC-BL-4/hbw_lc_bl-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-4/hbw_lc_bl-4.xml -------------------------------------------------------------------------------- /HBW-LC-BL-4/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-4/readme.txt -------------------------------------------------------------------------------- /HBW-LC-BL-8/HBW-LC-BL-8.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-8/HBW-LC-BL-8.ino -------------------------------------------------------------------------------- /HBW-LC-BL-8/HBW-LC-BL-8_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-8/HBW-LC-BL-8_config_example.h -------------------------------------------------------------------------------- /HBW-LC-BL-8/hbw_lc_bl-8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-8/hbw_lc_bl-8.xml -------------------------------------------------------------------------------- /HBW-LC-BL-8/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-BL-8/readme.txt -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBW-LC-Sw-12.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBW-LC-Sw-12.ino -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBW-LC-Sw-12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBW-LC-Sw-12.xml -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBW-LC-Sw-12_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBW-LC-Sw-12_config_example.h -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBWAnalogPow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBWAnalogPow.cpp -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBWAnalogPow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBWAnalogPow.h -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBWSwitchSerialAdvanced.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBWSwitchSerialAdvanced.cpp -------------------------------------------------------------------------------- /HBW-LC-Sw-12/HBWSwitchSerialAdvanced.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/HBWSwitchSerialAdvanced.h -------------------------------------------------------------------------------- /HBW-LC-Sw-12/ShiftRegister74HC595.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/ShiftRegister74HC595.cpp -------------------------------------------------------------------------------- /HBW-LC-Sw-12/ShiftRegister74HC595.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/ShiftRegister74HC595.h -------------------------------------------------------------------------------- /HBW-LC-Sw-12/ShiftRegister74HC595.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/ShiftRegister74HC595.hpp -------------------------------------------------------------------------------- /HBW-LC-Sw-12/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-12/readme.txt -------------------------------------------------------------------------------- /HBW-LC-Sw-8/HBW-LC-Sw-8.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8/HBW-LC-Sw-8.ino -------------------------------------------------------------------------------- /HBW-LC-Sw-8/HBW-LC-Sw-8.ino.eightanaloginputs.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8/HBW-LC-Sw-8.ino.eightanaloginputs.hex -------------------------------------------------------------------------------- /HBW-LC-Sw-8/HBW-LC-Sw-8.ino.with_bootloader.eightanaloginputs.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8/HBW-LC-Sw-8.ino.with_bootloader.eightanaloginputs.hex -------------------------------------------------------------------------------- /HBW-LC-Sw-8/HBW-LC-Sw-8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8/HBW-LC-Sw-8.xml -------------------------------------------------------------------------------- /HBW-LC-Sw-8/HBW-LC-Sw-8_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8/HBW-LC-Sw-8_config_example.h -------------------------------------------------------------------------------- /HBW-LC-Sw-8/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8/readme.txt -------------------------------------------------------------------------------- /HBW-LC-Sw-8_AdvancedPeering/HBW-LC-Sw-8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8_AdvancedPeering/HBW-LC-Sw-8.xml -------------------------------------------------------------------------------- /HBW-LC-Sw-8_AdvancedPeering/HBW-LC-Sw-8_AdvancedPeering.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8_AdvancedPeering/HBW-LC-Sw-8_AdvancedPeering.ino -------------------------------------------------------------------------------- /HBW-LC-Sw-8_AdvancedPeering/HBW-LC-Sw-8_AdvancedPeering_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8_AdvancedPeering/HBW-LC-Sw-8_AdvancedPeering_config_example.h -------------------------------------------------------------------------------- /HBW-LC-Sw-8_AdvancedPeering/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-LC-Sw-8_AdvancedPeering/readme.txt -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/HBW-SC-10-Dim-6.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/HBW-SC-10-Dim-6.ino -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/HBW-SC-10-Dim-6_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/HBW-SC-10-Dim-6_config_example.h -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/HBWDimmerVirtual.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/HBWDimmerVirtual.cpp -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/HBWDimmerVirtual.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/HBWDimmerVirtual.h -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/SetupTimer_328p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/SetupTimer_328p.h -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/hbw_sc-10_dim-6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/hbw_sc-10_dim-6.xml -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/hbw_sc-10_dim-6_v0.7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/hbw_sc-10_dim-6_v0.7.xml -------------------------------------------------------------------------------- /HBW-SC-10-Dim-6/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-SC-10-Dim-6/readme.txt -------------------------------------------------------------------------------- /HBW-Sen-DB-4/HBW-Sen-DB-4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/HBW-Sen-DB-4.ino -------------------------------------------------------------------------------- /HBW-Sen-DB-4/HBW-Sen-DB-4_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/HBW-Sen-DB-4_config_example.h -------------------------------------------------------------------------------- /HBW-Sen-DB-4/HBWKeyDoorbell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/HBWKeyDoorbell.cpp -------------------------------------------------------------------------------- /HBW-Sen-DB-4/HBWKeyDoorbell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/HBWKeyDoorbell.h -------------------------------------------------------------------------------- /HBW-Sen-DB-4/hbw-sen-db-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/hbw-sen-db-4.xml -------------------------------------------------------------------------------- /HBW-Sen-DB-4/hbw-sen-db-4_v0.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/hbw-sen-db-4_v0.2.xml -------------------------------------------------------------------------------- /HBW-Sen-DB-4/pitches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/pitches.h -------------------------------------------------------------------------------- /HBW-Sen-DB-4/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-DB-4/readme.txt -------------------------------------------------------------------------------- /HBW-Sen-EP/HBW-Sen-EP.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP/HBW-Sen-EP.ino -------------------------------------------------------------------------------- /HBW-Sen-EP/HBW-Sen-EP_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP/HBW-Sen-EP_config_example.h -------------------------------------------------------------------------------- /HBW-Sen-EP/hbw-sen-ep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP/hbw-sen-ep.xml -------------------------------------------------------------------------------- /HBW-Sen-EP/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP/readme.txt -------------------------------------------------------------------------------- /HBW-Sen-EP_interrupt-based/HBW-Sen-EP_interrupt-based.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP_interrupt-based/HBW-Sen-EP_interrupt-based.ino -------------------------------------------------------------------------------- /HBW-Sen-EP_interrupt-based/HBW-Sen-EP_interrupt-based_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP_interrupt-based/HBW-Sen-EP_interrupt-based_config_example.h -------------------------------------------------------------------------------- /HBW-Sen-EP_interrupt-based/HBW-Sen-EP_interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP_interrupt-based/HBW-Sen-EP_interrupt.h -------------------------------------------------------------------------------- /HBW-Sen-EP_interrupt-based/UC121902-TNARX-A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP_interrupt-based/UC121902-TNARX-A.h -------------------------------------------------------------------------------- /HBW-Sen-EP_interrupt-based/hbw-sen-ep.xml: -------------------------------------------------------------------------------- 1 | ../HBW-Sen-EP/hbw-sen-ep.xml -------------------------------------------------------------------------------- /HBW-Sen-EP_interrupt-based/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-EP_interrupt-based/readme.txt -------------------------------------------------------------------------------- /HBW-Sen-Key-12/HBW-Sen-Key-12.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-Key-12/HBW-Sen-Key-12.ino -------------------------------------------------------------------------------- /HBW-Sen-Key-12/HBW-Sen-Key-12_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-Key-12/HBW-Sen-Key-12_config_example.h -------------------------------------------------------------------------------- /HBW-Sen-Key-12/hbw_sen_key_12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-Key-12/hbw_sen_key_12.xml -------------------------------------------------------------------------------- /HBW-Sen-SC-12-DR/HBW-Sen-SC-12-DR.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-SC-12-DR/HBW-Sen-SC-12-DR.ino -------------------------------------------------------------------------------- /HBW-Sen-SC-12-DR/HBW-Sen-SC-12-DR_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-SC-12-DR/HBW-Sen-SC-12-DR_config_example.h -------------------------------------------------------------------------------- /HBW-Sen-SC-12-DR/hbw_sen_sc_12_dr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-SC-12-DR/hbw_sen_sc_12_dr.xml -------------------------------------------------------------------------------- /HBW-Sen-SC-12-DR/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sen-SC-12-DR/readme.txt -------------------------------------------------------------------------------- /HBW-Sys-PM/HBW-Sys-PM.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/HBW-Sys-PM.ino -------------------------------------------------------------------------------- /HBW-Sys-PM/HBW-Sys-PM_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/HBW-Sys-PM_config_example.h -------------------------------------------------------------------------------- /HBW-Sys-PM/HBWPMeasure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/HBWPMeasure.cpp -------------------------------------------------------------------------------- /HBW-Sys-PM/HBWPMeasure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/HBWPMeasure.h -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC-DVA/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/SBC-DVA/LICENSE -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC-DVA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/SBC-DVA/README.md -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC-DVA/SBC_DVA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/SBC-DVA/SBC_DVA.cpp -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC-DVA/SBC_DVA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/SBC-DVA/SBC_DVA.h -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC-DVA/examples/SBC-DVA-Example/SBC-DVA-Example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/SBC-DVA/examples/SBC-DVA-Example/SBC-DVA-Example.ino -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC_DVA.cpp: -------------------------------------------------------------------------------- 1 | SBC-DVA/SBC_DVA.cpp -------------------------------------------------------------------------------- /HBW-Sys-PM/SBC_DVA.h: -------------------------------------------------------------------------------- 1 | SBC-DVA/SBC_DVA.h -------------------------------------------------------------------------------- /HBW-Sys-PM/hbw-sys-pm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/hbw-sys-pm.xml -------------------------------------------------------------------------------- /HBW-Sys-PM/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-Sys-PM/readme.txt -------------------------------------------------------------------------------- /HBW-WDS-C7/HBW-WDS-C7.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBW-WDS-C7.ino -------------------------------------------------------------------------------- /HBW-WDS-C7/HBW-WDS-C7_config_example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBW-WDS-C7_config_example.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBW-WDS-C7_latest.ino_50MHz.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBW-WDS-C7_latest.ino_50MHz.uf2 -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv.cpp -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/FastDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/FastDelegate.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/SIGNALDuino.ino.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/SIGNALDuino.ino.hpp -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/SimpleFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/SimpleFIFO.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/bitstore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/bitstore.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/cc1101.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/cc1101.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/compile_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/compile_config.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/output.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/signalDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/signalDecoder.cpp -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/signalDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/signalDecoder.h -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_adv/signalDecoder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_adv/signalDecoder.hpp -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_bresser7in1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_bresser7in1.cpp -------------------------------------------------------------------------------- /HBW-WDS-C7/HBWSIGNALDuino_bresser7in1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/HBWSIGNALDuino_bresser7in1.h -------------------------------------------------------------------------------- /HBW-WDS-C7/bit_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/bit_util.c -------------------------------------------------------------------------------- /HBW-WDS-C7/bit_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/bit_util.h -------------------------------------------------------------------------------- /HBW-WDS-C7/bit_util.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/bit_util.hpp -------------------------------------------------------------------------------- /HBW-WDS-C7/hbw_wds_c7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/hbw_wds_c7.xml -------------------------------------------------------------------------------- /HBW-WDS-C7/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/HBW-WDS-C7/readme.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/README.md -------------------------------------------------------------------------------- /documentation/arduino_nano/mega328p_fuses-detailed_Engbedded.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/documentation/arduino_nano/mega328p_fuses-detailed_Engbedded.pdf -------------------------------------------------------------------------------- /documentation/arduino_nano/mega328p_fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/documentation/arduino_nano/mega328p_fuses.txt -------------------------------------------------------------------------------- /documentation/arduino_nano/mega328pb_fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/documentation/arduino_nano/mega328pb_fuses.txt -------------------------------------------------------------------------------- /documentation/quick-setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/documentation/quick-setup.txt -------------------------------------------------------------------------------- /libraries/ClickButton/Examples/LEDfader/LEDfader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/ClickButton/Examples/LEDfader/LEDfader.ino -------------------------------------------------------------------------------- /libraries/ClickButton/Examples/MultiButtons/MultiButtons.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/ClickButton/Examples/MultiButtons/MultiButtons.ino -------------------------------------------------------------------------------- /libraries/ClickButton/Examples/MultiClicks/MultiClicks.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/ClickButton/Examples/MultiClicks/MultiClicks.ino -------------------------------------------------------------------------------- /libraries/ClickButton/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/ClickButton/keywords.txt -------------------------------------------------------------------------------- /libraries/EEPROM24/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/EEPROM24/keywords.txt -------------------------------------------------------------------------------- /libraries/EEPROM24/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/EEPROM24/library.properties -------------------------------------------------------------------------------- /libraries/EEPROM24/src/EEPROM24.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/EEPROM24/src/EEPROM24.cpp -------------------------------------------------------------------------------- /libraries/EEPROM24/src/EEPROM24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/EEPROM24/src/EEPROM24.h -------------------------------------------------------------------------------- /libraries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/README.md -------------------------------------------------------------------------------- /libraries/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/keywords.txt -------------------------------------------------------------------------------- /libraries/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/library.properties -------------------------------------------------------------------------------- /libraries/src/ClickButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/ClickButton.cpp -------------------------------------------------------------------------------- /libraries/src/ClickButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/ClickButton.h -------------------------------------------------------------------------------- /libraries/src/FreeRam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/FreeRam.cpp -------------------------------------------------------------------------------- /libraries/src/FreeRam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/FreeRam.h -------------------------------------------------------------------------------- /libraries/src/HBWAnalogIn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWAnalogIn.cpp -------------------------------------------------------------------------------- /libraries/src/HBWAnalogIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWAnalogIn.h -------------------------------------------------------------------------------- /libraries/src/HBWBlind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWBlind.cpp -------------------------------------------------------------------------------- /libraries/src/HBWBlind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWBlind.h -------------------------------------------------------------------------------- /libraries/src/HBWDimBacklight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWDimBacklight.cpp -------------------------------------------------------------------------------- /libraries/src/HBWDimBacklight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWDimBacklight.h -------------------------------------------------------------------------------- /libraries/src/HBWDimmerAdvanced.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWDimmerAdvanced.cpp -------------------------------------------------------------------------------- /libraries/src/HBWDimmerAdvanced.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWDimmerAdvanced.h -------------------------------------------------------------------------------- /libraries/src/HBWKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWKey.cpp -------------------------------------------------------------------------------- /libraries/src/HBWKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWKey.h -------------------------------------------------------------------------------- /libraries/src/HBWKeyVirtual.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWKeyVirtual.cpp -------------------------------------------------------------------------------- /libraries/src/HBWKeyVirtual.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWKeyVirtual.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkBlindSimple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkBlindSimple.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkBlindSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkBlindSimple.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkBlindSimple.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkBlindSimple.hpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkDimmerAdvanced.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkDimmerAdvanced.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkDimmerAdvanced.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkDimmerAdvanced.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkDimmerAdvanced.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkDimmerAdvanced.hpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkInfoEventActuator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkInfoEventActuator.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkInfoEventActuator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkInfoEventActuator.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkInfoEventActuator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkInfoEventActuator.hpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkInfoEventSensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkInfoEventSensor.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkInfoEventSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkInfoEventSensor.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkInfoEventSensor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkInfoEventSensor.hpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkKey.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkKey.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkKey.hpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkSwitchAdvanced.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkSwitchAdvanced.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkSwitchAdvanced.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkSwitchAdvanced.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkSwitchAdvanced.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkSwitchAdvanced.hpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkSwitchSimple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkSwitchSimple.cpp -------------------------------------------------------------------------------- /libraries/src/HBWLinkSwitchSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkSwitchSimple.h -------------------------------------------------------------------------------- /libraries/src/HBWLinkSwitchSimple.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWLinkSwitchSimple.hpp -------------------------------------------------------------------------------- /libraries/src/HBWOneWireTempSensors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWOneWireTempSensors.cpp -------------------------------------------------------------------------------- /libraries/src/HBWOneWireTempSensors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWOneWireTempSensors.h -------------------------------------------------------------------------------- /libraries/src/HBWPids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWPids.cpp -------------------------------------------------------------------------------- /libraries/src/HBWPids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWPids.h -------------------------------------------------------------------------------- /libraries/src/HBWSenEP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSenEP.cpp -------------------------------------------------------------------------------- /libraries/src/HBWSenEP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSenEP.h -------------------------------------------------------------------------------- /libraries/src/HBWSenSC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSenSC.cpp -------------------------------------------------------------------------------- /libraries/src/HBWSenSC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSenSC.h -------------------------------------------------------------------------------- /libraries/src/HBWSoftwareSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSoftwareSerial.cpp -------------------------------------------------------------------------------- /libraries/src/HBWSoftwareSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSoftwareSerial.h -------------------------------------------------------------------------------- /libraries/src/HBWSwitch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSwitch.cpp -------------------------------------------------------------------------------- /libraries/src/HBWSwitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSwitch.h -------------------------------------------------------------------------------- /libraries/src/HBWSwitchAdvanced.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSwitchAdvanced.cpp -------------------------------------------------------------------------------- /libraries/src/HBWSwitchAdvanced.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWSwitchAdvanced.h -------------------------------------------------------------------------------- /libraries/src/HBWValve.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWValve.cpp -------------------------------------------------------------------------------- /libraries/src/HBWValve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWValve.h -------------------------------------------------------------------------------- /libraries/src/HBW_eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBW_eeprom.h -------------------------------------------------------------------------------- /libraries/src/HBW_hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBW_hardware.h -------------------------------------------------------------------------------- /libraries/src/HBWired.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWired.cpp -------------------------------------------------------------------------------- /libraries/src/HBWired.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWired.h -------------------------------------------------------------------------------- /libraries/src/HBWlibStateMachine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThorstenPferdekaemper/HBWired/HEAD/libraries/src/HBWlibStateMachine.h --------------------------------------------------------------------------------