Résultats plein texte:
- 340_api_interactions_materiel
- 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
