A SWIG wrapper for MATRIX HAL.
This repository is meant for those who want to have MATRIX HAL functionality for a SWIG supported language.
Below are the projects currently using this wrapper:
- Ruby: matrix-lite-rb
The checklist below is the current progress for achieving a basic wrapper of HAL. In the future, if needed, more functions can be added.
- Leds
- Sensors
- IMU
- Humidity
- Pressure
- UV
- GPIO
- Microphones
Ensure you have a Raspberry Pi, attached with a MATRIX device, that's flashed with Raspbian Stretch.
Install SWIG
sudo apt-get install swig
Compiling steps for your language will vary.