From 829be113738e400d05af51b45d72d4d4430dda8b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Nov 2024 09:11:19 -0500 Subject: [PATCH] Create readme.MD --- stempayload/Payload_BME280_MPU6050_XS_Extended/readme.MD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stempayload/Payload_BME280_MPU6050_XS_Extended/readme.MD diff --git a/stempayload/Payload_BME280_MPU6050_XS_Extended/readme.MD b/stempayload/Payload_BME280_MPU6050_XS_Extended/readme.MD new file mode 100644 index 00000000..2f7390c9 --- /dev/null +++ b/stempayload/Payload_BME280_MPU6050_XS_Extended/readme.MD @@ -0,0 +1,5 @@ +This is an example of how to add a sensor by modifying the payload_extension.cpp file + +This code adds a Adafruit LIS3MDL 3-axis magnetometer https://www.adafruit.com/product/4479 + +For full details on how to compile this code, see https://github.com/alanbjohnston/CubeSatSim/wiki/Adding-New-Sensors