Browse Source

initial commit Sloeber after git setup

master
gituser 1 year ago
parent
commit
6c3742bd0f
5 changed files with 13 additions and 3 deletions
  1. 4
    1
      .cproject
  2. 2
    0
      .gitignore
  3. 5
    0
      .project
  4. 1
    1
      .settings/language.settings.xml
  5. 1
    1
      sloeber.ino.cpp

+ 4
- 1
.cproject View File

@@ -37,6 +37,7 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/Adafruit_GFX_Library}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/Adafruit_BusIO}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/U8g2_for_Adafruit_GFX/src}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/Fraestisch_SFTools_2}&quot;"/>
</option>
<inputType id="io.sloeber.compiler.cpp.sketch.input.1777418047" name="CPP source files" superClass="io.sloeber.compiler.cpp.sketch.input"/>
</tool>
@@ -60,6 +61,7 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/Adafruit_GFX_Library}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/Adafruit_BusIO}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/U8g2_for_Adafruit_GFX/src}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/Fraestisch_SFTools_2}&quot;"/>
</option>
<inputType id="io.sloeber.compiler.c.sketch.input.1282698896" name="C Source Files" superClass="io.sloeber.compiler.c.sketch.input"/>
</tool>
@@ -84,6 +86,7 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/Adafruit_GFX_Library}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/Adafruit_BusIO}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/libraries/U8g2_for_Adafruit_GFX/src}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Fraestisch_SFTools/Fraestisch_SFTools_2}&quot;"/>
</option>
<inputType id="io.sloeber.compiler.S.sketch.input.1238595277" name="Assembly source files" superClass="io.sloeber.compiler.S.sketch.input"/>
</tool>
@@ -102,7 +105,7 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<project id="Fraestisch_FSTools.null.1941007721" name="Fraestisch_FSTools"/>
<project id="Fraestisch_SFTools.io.sloeber.core.sketch.1964718068" name="Arduino sketch" projectType="io.sloeber.core.sketch"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>

+ 2
- 0
.gitignore View File

@@ -0,0 +1,2 @@
/Release/
/sloeber.ino.cpp

+ 5
- 0
.project View File

@@ -31,6 +31,11 @@
<nature>io.sloeber.arduinonature</nature>
</natures>
<linkedResources>
<link>
<name>Fraestisch_SFTools_2</name>
<type>2</type>
<locationURI>WORKSPACE_LOC/Fraestisch_SFTools_2</locationURI>
</link>
<link>
<name>core/core</name>
<type>2</type>

+ 1
- 1
.settings/language.settings.xml View File

@@ -4,7 +4,7 @@
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider class="io.sloeber.core.toolchain.ArduinoLanguageProvider" console="false" env-hash="847317941600510551" id="io.sloeber.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD -D__IN_ECLIPSE__ &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="io.sloeber.core.toolchain.ArduinoLanguageProvider" console="false" env-hash="844453520273916215" id="io.sloeber.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD -D__IN_ECLIPSE__ &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>

+ 1
- 1
sloeber.ino.cpp View File

@@ -2,7 +2,7 @@
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
//This file has been generated on 2023-01-15 14:28:51
//This file has been generated on 2024-02-21 18:29:03

#include "Arduino.h"
#include <Arduino.h>

Loading…
Cancel
Save