Skip to content

Instantly share code, notes, and snippets.

View OYTIS's full-sized avatar

Anton Gerasimov OYTIS

  • Berlin
View GitHub Profile
#include <Arduino.h>
#include "sensirion_common.h"
#include "sgp30.h"
void setup() {
s16 err;
u16 scaled_ethanol_signal, scaled_h2_signal;
SerialUSB.begin(115200);