Arduino¶
We provide a HAL which utilizes only the Arduino API, making it compatible with all Arduino platforms. The HAL is implemented in the libtropic/hal/arduino/ directory.
We also provide the libtropic-arduino repository, which follows the directory structure of Arduino libraries and implements support for PlatformIO. Refer to the repository for more information.
Disclaimer
The Arduino HAL is not suitable for production use. We strongly recommend using it for demo projects only.