Skip to content

Instantly share code, notes, and snippets.

@ladislas
Last active December 19, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ladislas/6007188 to your computer and use it in GitHub Desktop.
Save ladislas/6007188 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"path": "/Users/Ladislas/dev/leka/moti"
}
],
"settings":
{
"add_language_option": true,
"additional_language_options":
{
"c": [],
"c++": []
},
"inhibit_sublime_completions": true,
"sublimeclang_enable_fast_completions": true,
"sublimeclang_options":
[
"-std=c++11",
"-mmcu=atmega2560",
"-DF_CPU=16000000L",
"-MMD -DUSB_VID=null",
"-DUSB_PID=null",
"-DARDUINO=105",
"-D__AVR__",
"-D__AVR_ATmega2560__",
// "-pedantic",
"-Wall",
"-Wextra",
"-ferror-limit=0",
"-Wno-unknown-warning-option",
"-Wno-attributes",
"-I${folder:${project_path:moti.sublime-project}}/lib/**",
"-I/Applications/Arduino.app/**",
"-I/Users/Ladislas/Documents/Arduino/hardware/arduino/cores/arduino/**"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment