レンタルサーバーと連携したsakura.ioの運用例
Dependencies: mbed SakuraIO MPU9250_SPI BME280 gps AQM0802A
sensors.h
00001 typedef struct { 00002 float temperature; 00003 float pressure; 00004 float humidity; 00005 } BME280Data; 00006 00007 typedef struct { 00008 float temperature; 00009 float accelerometer[3]; 00010 float gyroscope[3]; 00011 float magnetometer[3]; 00012 } MPU9250Data; 00013 00014 typedef struct { 00015 BME280Data bme280; 00016 MPU9250Data mpu9250; 00017 } SensorData;
Generated on Fri Jul 15 2022 13:55:31 by
1.7.2
SAKURA Internet