-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/test1 #22
base: master
Are you sure you want to change the base?
Feature/test1 #22
Conversation
Hi @paul-adam, Looks great, however one observation is that quite a lot of these API's look the same. For instance, the temperature, humidity and pressure sensors all have the same API's. In addition, commonly this type of sensor is analog, and hence requires a Pin to operate --- for these types of sensor we use the AnalogSensor class, see AnalogSensor.h. So I have a couple of questions:
I'd also like to understand a bit more about what you'd like to achieve, just so I can assist you better 😄 |
Feature/test1
@paul-adam the sensor work looks awesome! Really pleased with how that dropped out to just have one function basically other than the constructor 😄 How does this generalise to the I2C? Have you given it a go? |
Support for Adafruit Seesaw? |
Hallo,
I would like you to add the codal-core framework for gyroscope and temperature measurement.
Best regards
Paul