From c896a8c87ff0f6a19d98295445a03f0bdbe9250f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 9 Apr 2019 18:55:26 -0400 Subject: [PATCH] Update README.md --- arduino/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arduino/README.md b/arduino/README.md index 5dd3dc42..8114ec41 100644 --- a/arduino/README.md +++ b/arduino/README.md @@ -2,4 +2,11 @@ This code is used on an Arduino acting as a payload to the CubeSat Simulator. The Arduino is on the Raspberry Pi i2c bus 0, address 0x4b +The 2c_master_register_read.ino code emulates the register reading of the Raspberry Pi. You can connect two Arduinos back-to-back to show this. + +The i2c_slave_register_read.ino code responds to register reads from a bus master such as another Arduino or the Raspberry Pi + +The i2c_slave_with_sensor_reading.ino code responds to register reads from a bus master and has placeholders for reading a sensor. + +See https://github.com/alanbjohnston/CubeSatSim/wiki/Arduino-Payload for ideas on using the Arduino as a payload for the CubeSat Simulator.