Skip to content

Commit

Permalink
arduino -> unity comm
Browse files Browse the repository at this point in the history
  • Loading branch information
wenoptics committed Sep 27, 2019
1 parent 770db52 commit 84e151b
Show file tree
Hide file tree
Showing 24 changed files with 2,800 additions and 1,570 deletions.
6 changes: 6 additions & 0 deletions .vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"board": "arduino:avr:mega",
"configuration": "cpu=atmega2560",
"port": "/dev/cu.usbmodem14401",
"sketch": "Arduino/OdysseyConController/OdysseyConController.ino"
}
24 changes: 24 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"/Users/graysonwen/Downloads/Arduino.app/Contents/Java/tools/**",
"/Users/graysonwen/Downloads/Arduino.app/Contents/Java/hardware/arduino/avr/**",
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"forcedInclude": [
"/Users/graysonwen/Downloads/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h"
]
}
],
"version": 4
}
Loading

0 comments on commit 84e151b

Please sign in to comment.