https://github.com/meyskens/continuous-ino
continuous integration for Arduino
https://github.com/meyskens/continuous-ino
arduino ci unit-testing
Last synced: about 1 month ago
JSON representation
continuous integration for Arduino
- Host: GitHub
- URL: https://github.com/meyskens/continuous-ino
- Owner: meyskens
- License: gpl-3.0
- Created: 2017-10-14T09:44:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T17:41:24.000Z (over 7 years ago)
- Last Synced: 2025-01-22T05:17:01.433Z (3 months ago)
- Topics: arduino, ci, unit-testing
- Language: Go
- Size: 8.91 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Continuous Ino - CI server for Arduino [](https://travis-ci.org/meyskens/continuous-ino)
======================================Continuous Ino is a CI software designed to run unit tests in Arduino based hardware using frameworks like [arduinounit](https://github.com/mmurdoch/arduinounit).
Continuous Ino will upload the code from a GitHub repository, run the tests and even emulates components. Continuous Ino itself runs on a Raspberry Pi, using a special designed PCB it's GPIO pins power an Arduino (nano) and is able to send and receive to the Arduino's interfaces. Both analog and digital signals are supported.## Background
Continuous Ino is developed for an international collaboration between TH Köln and Thomas More Geel. Since we have never seen a solution like this we've decided to open source our work under the GPL License following Arduino itself.## Project by
- Ben De Breuker
- Maartje Eyskens
- Kristie Lim