Skip to content

Commit

Permalink
[wip] uncompiled
Browse files Browse the repository at this point in the history
  • Loading branch information
che-effe committed Jan 28, 2019
1 parent ad8cd7f commit 358bafd
Show file tree
Hide file tree
Showing 24 changed files with 1,262 additions and 10,829 deletions.
5 changes: 5 additions & 0 deletions .vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"port": "/dev/cu.usbmodem14111",
"board": "arduino:avr:uno",
"sketch": "firmware/build/node_pixel_firmata/node_pixel_firmata.ino"
}
23 changes: 23 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"/Applications/Arduino.app/Contents/Java/tools/**",
"/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/**"
],
"forcedInclude": [
"/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h"
],
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
],
"intelliSenseMode": "clang-x64",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}
298 changes: 0 additions & 298 deletions firmware/bin/backpack/diecimila/backpack.ino.hex

This file was deleted.

Loading

0 comments on commit 358bafd

Please sign in to comment.