Mark van Renswoude
1f5f0a7d42
Added prototype Node.js client app Added UDP protocol documentation Replaced brzo_i2c library with standard Wire.h while debugging Removed test code from PCA9685 library
22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"file_exclude_patterns": ["*.sublime-project"]
|
|
}
|
|
]/*,
|
|
"build_systems":
|
|
[
|
|
{
|
|
"name": "PlatformIO - Build",
|
|
"cmd": ["platformio", "run"],
|
|
"working_dir": "$project_path"
|
|
},
|
|
{
|
|
"name": "PlatformIO - Upload",
|
|
"cmd": ["platformio", "run", "--target", "upload"],
|
|
"working_dir": "$project_path"
|
|
}
|
|
]*/
|
|
} |