Senseair S8 LP CO2-Calibrate



  • can I set the G26 pin on the M5StickCPlus to GND for about 5 seconds in software?
    If so how would that be possible.

    Enclosed an example for an ESP 8266

    On CalibrateS8 do
    GPIO,14,0
    TimerSet,1,5
    EndOn

    On rules#timer=1 do
    GPIO,14,2
    endon

    On System#Boot do
    GPIO,14,2 // Sets GPIO14 (calibration PIN) to high impedance
    EndOn