SamsungResearchUK-IoT-Meetup / multimode_sensor_platform

This is the code, instruction, description, how to guides, wiki and project planning for the multimode sensor talk and workshop given at PyConDe 2019.
MIT License
14 stars 5 forks source link

There is no driver in the /drivers/ folder to control the tile sensor #10

Closed nherriot closed 5 years ago

nherriot commented 5 years ago

The tile sensor has three sensors and a LED.

  1. A LED.
  2. A temperature sensor
  3. A humidity sensor.
  4. A LUX sensor.

This sensor will be used in the demos. Create a python file which contains a class to control, access and monitor those sensors. The class should be able to be used as a way to access values on the sensor when queried. It should have:

nherriot commented 5 years ago

Branch created for this work in branch ISSU10-no-driver-for-tile.

nherriot commented 5 years ago

Readme files have been placed in the main project for the Samsung repo, and it's WiKi:

https://github.com/SamsungResearchUK-IoT-Meetup/projects/wiki/Sensors https://github.com/SamsungResearchUK-IoT-Meetup/projects/blob/master/micropython/test-programs/tiles/README.md

nherriot commented 5 years ago

Created pull request for this. Job done.