From 3b0a68a704611124efc2e0a5ba198d926790416f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 13 Aug 2020 09:22:04 -0400 Subject: [PATCH] Update README.md --- arduino/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/arduino/README.md b/arduino/README.md index b73916fb..6db49443 100644 --- a/arduino/README.md +++ b/arduino/README.md @@ -8,13 +8,17 @@ i2c_scanner.ino A handy utility for scanning the I2C bus that displays the resu blink_stm32.ino and blink_pro_micro.ino The usual Arduino "Hello World" application that blinks the LED. -bme280_test.ino +bme280test.ino Displays the results of reading the BME280 sensor: Temperature, Pressure, Altitude, and Humidity and displays on Serial Monitor 9600 baud. Requires the following libraries: Wire, Adadruit_Sensor, Adafruit_BME280 -mpu6050_test.ino +GetAllData.ino Displays the results of reading the MPU6050 sensor: Temperature, X, Y, and Z Axes: Acceleration, Gyor (Rotation Rate), and Angle. Requires the following libraries: Wire and MPU6050_tockn. The STM32 can be programmed using the Arduino IDE with the Generic STM32F103C series board and STM32duino bootloader, Maple Mini port. The Sparkfun Pro Micro can also be programed using the Arduino IDE with the Sparkfun Pro Micro board and AVRISP mkII Programmer. -See https://github.com/alanbjohnston/CubeSatSim/wiki/Arduino-Payload for ideas on using the Arduino as a payload for the CubeSat Simulator. +See the Wiki page for more information: + +See https://github.com/alanbjohnston/CubeSatSim/wiki/Arduino-Payload + +