- Throughput test : https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi/throughput
- Built-in WiFi ( Broadcom radio )
- Built in battery adapter
- Double M3 ! Based on a STM32F205 -- 120MHz ARM Cortex M3 MCU + BCM43362 (Broadcom radio avec un M3)
- BSP required : https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi/get-the-wiced-bsp
- STM32F205
- https://forum.arduino.cc/index.php?topic=346761.0
- http://microcontroleurs.blogspot.fr/2015_07_01_archive.html?view=sidebar interessant!
- These two (fond on github) are lacking the 'ADC_PRE_PCLK2_DIV_2' was not declared in this scope
- http://www.stm32duino.com/viewtopic.php?t=847 1Msps acquisition
RCC_ADCPRE_PCLK_DIV_2 can replace ADC_PRE_PCLK2_DIV_2 .. or so it seems
#include <libmaple/adc.h>