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