OMEGA2 LIBUPM 0.7
-
Sir, did you try to compile the LIBUPM version 0.7.0 on OMEGA2 ?
If yes, can you give instructions.
I try to compile, but not compile!
-
@Miguel-Wisintainer Not in particular. However, to compile on the omega, just follow this guide. If you can show which steps you took to compile, that would be helpful in giving you guidance.
I took a quick peek at the UPM libraries and apart from swapping out references to GPIO/SPI/I2C to use the onion libraries, you should be able to use them as far as I can tell. Another consideration might be only installing the libraries you need (due to space constraints on omega).
-
But omega libraries has access to ADC ADS1115 (i2c) ?
-
@Miguel-Wisintainer said in OMEGA2 LIBUPM 0.7:
ADS1115
Onion hasn't written a specific library for this particular part but others have, so you can just change the I2C references to use the omega libraries.
-
ADS1115 is in LIBUPM 0.7 and not in 0.4, gives error!
-
@Miguel-Wisintainer That sounds like an issue with the library, not the omega. Why don't you modify an existing standalone library for the device then?