Page 1 of 1

Black STM32F407VE6 : How to use the C libraries of a sensor ?

Posted: Fri Feb 22, 2019 8:25 pm
by JacquesC
Hello,
I have to use sensors in I2C and others for which I have only libraries in C ++ (arduino).
I know how to use them in C but I have to find a way to use them with micropython for my students.
I thought I saw that it was possible to call libraries in C would there be a tutorial somewhere?
Thank you
See you

Re: Black STM32F407VE6 : How to use the C libraries of a sensor ?

Posted: Fri Feb 22, 2019 8:30 pm
by Roberthh
If the sensors are common ones , there is a good chance that you will find Python drivers in the web. There are a lot made for RasPi and a lot published by adafruit. Both can easily by adapted for Micropyhton. typically, only the I2C part has to be changed.

Re: Black STM32F407VE6 : How to use the C libraries of a sensor ?

Posted: Wed Jul 17, 2019 7:34 am
by mcauser
Which I2C sensors are you hoping to use?