Recherche
Voici les résultats de votre recherche.
Résultats plein texte: 340_api_interactions_materiel @cours:informatique:iot:iot_par_la_pratique_inria 5 Occurrences trouvées , Dernière modification : il y a 3 ans tic void cb(void)
{
/\* code executed in callback \*/
}
[...]
xtimer_t timer;
... main()
{
gpio_init_int(GPIO_PIN(PA, 0), GPIO_IN , GPIO_RISING, gpio_cb, NULL);
}
</code>
===== Le... modes usuels de configuration des GPIOs?
* GPIO_IN
* GPIO_IN _PD
* GPIO_IN _PU
* GPIO_OUT
* GPIO_OD
* GPIO_OD_PU 210_representation_des_donnees @cours:informatique:iot:programmer_internet_des_objets 2 Occurrences trouvées , Dernière modification : il y a 3 ans t de faire évoluer l'ordre de grandeur de v
for i in range(0,19):
# c stocke l'encodage cbor de l... tères.
<code python>
import cbor2 as cbor
for i in range(1,10):
c = cbor.dumps("LoRaWAN"*i)
000_start @cours:informatique:iot:programmer_internet_des_objets 1 Occurrences trouvées , Dernière modification : il y a 3 ans jets (**IoT** pour **I**nternet **o**f **T**hings in english). Qu'est-ce qu'on entend par IoT dans le 110_definition_internet_des_objets @cours:informatique:iot:programmer_internet_des_objets 1 Occurrences trouvées , Dernière modification : il y a 3 ans échange de données**.
L’IoT (Internet of Things in english), l’internet des objets ou des choses, es 150_tp12_controle_objet_via_modbus @cours:informatique:iot:programmer_internet_des_objets 1 Occurrences trouvées , Dernière modification : il y a 3 ans 192.168.3.36', port=5020)
client.connect()
for i in range(1,11):
# Lecture de la jauge
result = c