Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pc-magas/arduino_comm

Arduino communication library
https://github.com/pc-magas/arduino_comm

Last synced: 19 days ago
JSON representation

Arduino communication library

Awesome Lists containing this project

README

        

Arduino communication library
Ths library allows you to communitate with arduino through USB Serial Interface.

Compile in terminal:
gcc -o ArduinoIO.c

In your code intergrade:

#include "ArduinoIO.h"

on the first line