Projet

Général

Profil

Les bibliothèques Arduino » Historique » Version 1

Sylvain Bentz, 28/01/2016 00:16

1 1 Sylvain Bentz
h1. Les bibliothèques Arduino
2
3
_Wire Library (I2C)_
4
https://www.arduino.cc/en/Reference/Wire
5
6
_Pour de la communication *entre Arduinos* !_ Ca a l'air génial !
7
https://github.com/gioblu/PJON : Among many features : "you have the complete access to the microntroller ready to be used, as usual, untouched".
8
9
_Software I2C library_ | Guère plus grande que _Wire_
10
http://playground.arduino.cc/Main/SoftwareI2CLibrary
11
12
_Wireless sensor node (WSN) network protocol for arduino_ | (Pour des futures bornes de géolocalisation ?)
13
https://code.google.com/p/arduinode/