Examples of docslab in Sphinx ============================= .. docslab:: heliumdev/cubecell-draw-demo :lang: cpp :readonly: :command: source .platformio/penv/bin/activate && cd m/Heltec-CubeCell-Board/examples/cubecell-helium-us915-basic && pio run -t upload && pio device monitor :repo: https://github.com/helium/longfi-platformio.git :path: m/Heltec-CubeCell-Board/examples/cubecell-helium-us915-basic/src/main.cpp #include #include void setup() { Serial.begin(115200); } void loop() { delay(1000); Serial.println("Hola, mundo!"); } References ---------- * `Source code of this example `_ * `Live deployment `_