Octanis1 / Octanis1-Mainboard-Firmware_MSP_EXP432P401RLP

Octanis 1 Rover Basic Firmware Testing on the MSP432 Launchpad
MIT License
2 stars 1 forks source link

write UV sensor driver #30

Closed traffael closed 8 years ago

traffael commented 8 years ago

Ref: Si1133.

Call read function in weather_task at line 220ff. and write value into the weather_data struct.

Old UV sensor code was commented out in git branch uv_sensor.

traffael commented 8 years ago

code is working, UV index readings make sense. Now to be tested in the rover case