first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
39
libraries/HX711_Arduino_Library/doc/platformio-howto.md
Normal file
39
libraries/HX711_Arduino_Library/doc/platformio-howto.md
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# PlatformIO howto
|
||||
|
||||
https://platformio.org/
|
||||
|
||||
|
||||
List installed platforms
|
||||
|
||||
platformio platform list
|
||||
|
||||
|
||||
List available boards
|
||||
|
||||
platformio boards
|
||||
|
||||
|
||||
Run specific build
|
||||
|
||||
platformio ci --board=megaatmega2560 --lib="." examples/HX711_full_example
|
||||
|
||||
|
||||
Run specific environment
|
||||
|
||||
platformio run --environment lopy4
|
||||
|
||||
|
||||
Build all environments
|
||||
|
||||
platformio run
|
||||
|
||||
"Make clean" for all environments
|
||||
|
||||
platformio run -t clean
|
||||
|
||||
|
||||
Dump specific build environment
|
||||
|
||||
platformio run --environment lopy4 --target envdump
|
||||
|
||||
See slot `CPPDEFINES`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue