add EEPROM stuff, save last relay state in EEPROM
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/SPI}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/Metro}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/PString}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/EEPROM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/Libraries/EEPROM}""/>
|
||||
</option>
|
||||
<inputType id="it.baeyens.arduino.compiler.cpp.sketch.input.1672155813" name="CPP source files" superClass="it.baeyens.arduino.compiler.cpp.sketch.input"/>
|
||||
</tool>
|
||||
@ -40,6 +42,8 @@
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/SPI}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/Metro}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/PString}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/EEPROM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RelayBox/Libraries/EEPROM}""/>
|
||||
</option>
|
||||
<inputType id="it.baeyens.arduino.compiler.c.sketch.input.631198041" name="C Source Files" superClass="it.baeyens.arduino.compiler.c.sketch.input"/>
|
||||
</tool>
|
||||
@ -52,7 +56,8 @@
|
||||
</toolChain>
|
||||
</folderInfo>
|
||||
<sourceEntries>
|
||||
<entry excluding="PString|Metro|SPI|Ethernet|MQTT|Streaming|Libraries/*/?xamples|Libraries/*/?xtras" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
|
||||
<entry excluding="EEPROM|PString|Metro|SPI|Ethernet|MQTT|Streaming|Libraries/*/?xamples|Libraries/*/?xtras" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="EEPROM"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Ethernet"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="MQTT"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Metro"/>
|
||||
@ -73,4 +78,5 @@
|
||||
</storageModule>
|
||||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
||||
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
|
||||
<storageModule moduleId="refreshScope"/>
|
||||
</cproject>
|
||||
|
Reference in New Issue
Block a user