Since I learned that I can’t just use (many? most?) existing 3rd party libraries from the Arduino IDE because of hardware differences (ARM <> Cortex), I thought it might be a good idea to create a thread where we can address this.
I saw some people are already working on some ports but this info is probably a bit scattered around the forum or we don’t even know about it. Maybe we can get of an exchange going here of which libraries are needed by people and who is possily developing them already or someone has tried a library and it’s working without a port? Unfortunately I can’t port anything but I can start by asking if any of the following libraries are already ported or work without a port…
Request:
-
1-Wire (Dallas DS18B20 Temperature Sensor for example) Apparently
already in development: community.spark.io/t/can-i-use-1-wire-devices-with-spark-core/401/14 - Timer (Great library to install events, https://github.com/JChristensen/Timer)
- SHT1x (Sensirion Humidity and Temperature Sensors)
- SPI (Serial Peripheral Interface)
-
Adafruit RGB LCD Shield (Probably working already, not hardware
dependent?)