yaml-cpp

FORK: A YAML parser and emitter in C++
git clone https://git.neptards.moe/neptards/yaml-cpp.git
Log | Files | Refs | README | LICENSE

install-platformio.sh (91B)


      1 # install PlatformIO
      2 sudo pip install -U platformio
      3 
      4 # update PlatformIO
      5 platformio update