It's a tools to play easily with Raspberry + Matrxi Creator by providing a genercial class 'MatrixCreator' to overload by usage.
The idea is to keep NodeJS as main langage to do fast and easy development and integration.
Some examples using this class are provided coming from the original examples:
- nodeJS
- npm
git clone https://github.com/guillain/raspberry-matrix-creator.git
cd raspberry-matrix-creator
npm install
You cna use the main to orchestrate the execution by a remote tools or directly by executing the node script.
../main humidity
cat /tmp/matrix_humidity.sig
../main everloop loop
sleep 10
../main everloop # to stop the run
../main black # to stop the light
node humidity.js
[Ctrl+C]
node imu.js
[Ctrl+C]
node pressure.js
[Ctrl+C]