pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent 062cf1368c
commit 825d9d1777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
// code for Pico or Pro Micro or STM32 on the CubeSat Simulator STEM Payload board
// works wih CubeSatSim software v1.3.2 or later
// extra sensors can be added in payload_extension.cpp
#include <Wire.h>
#include <Adafruit_Sensor.h>
@ -7,8 +8,6 @@
#include <MPU6050_tockn.h>
#include <EEPROM.h>
#include <TinyGPS++.h>
//#include "Adafruit_SI1145.h"
//#include <Adafruit_LIS3MDL.h>
#define SEALEVELPRESSURE_HPA (1013.25)

Loading…
Cancel
Save

Powered by TurnKey Linux.