-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nick Counts edited this page May 21, 2019
·
19 revisions

- begin
- readAnalogSensor
- readDigitalSensor
- readDigitalSensorRaw
- sleepUntilClearToSend // NOT IMPLEMENTED
- isClearToSend
- pushDataToNSL
- getMemByte
- putMemByte
- readMemVar
- writeMemVar
Basic information about the built in sensors and other components on the TSLPB
- SFH2430 Solar Sensor
- TSL260-R-LF-ND Infra-red Sensor
- TMP36GRTZ Internal Temperature
- TMP36GRTZ External Temperature
- INA169 Current Monitor
- Voltage Monitor
- template - Starting point for writing your flight software
- VCSFA ThinSat - VCSFA's ThinSat flight software.
- EEPROM - Examples and tutorial on using non-volatile memory
- i2c_scanner - Find the I2C addresses of all the connected chips on your TSLPB
- serial_plot - Demonstrates using the library and testing TSLPB sensor output
- simple
