arduino / Arduino-Science-Journal-iOS

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
http://arduino.cc/education
Apache License 2.0
22 stars 9 forks source link

Add resistance sensor #61

Closed sebromero closed 3 years ago

sebromero commented 3 years ago

This PR adds support for a resistance measurement "sensor" (voltage divider circuit).

Checklist

Motivation and Context

To allow the users to measure resistance with their BLE sense board, the app needs to support this.

Description

Added a new sensor class for resistance to the BLE Sense BLE infrastructure.