add EEPROM stuff, save last relay state in EEPROM

This commit is contained in:
hg
2015-05-31 14:57:32 +02:00
parent bf179114cc
commit 0fc11af5e0
9 changed files with 236 additions and 20 deletions

View File

@ -27,6 +27,8 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/SPI}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/Metro}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/PString}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/EEPROM}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/Libraries/EEPROM}&quot;"/>
</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="&quot;${workspace_loc:/RelayBox/SPI}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/Metro}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/PString}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/EEPROM}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/RelayBox/Libraries/EEPROM}&quot;"/>
</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>