Modifications

Sauter à la navigation Sauter à la recherche
1 276 octets ajoutés ,  20 septembre 2018 à 19:58
Ligne 154 : Ligne 154 :  
* Red LED attached on pin #13 (like Arduino UNO)
 
* Red LED attached on pin #13 (like Arduino UNO)
 
* Reset button
 
* Reset button
 +
* Mini NeoPixel
 +
* 2 MB SPI additional Flash storage.
    +
<div style="margin: 15px 0; background: rgba(255,204,102,.3); display: block; padding: 15px 15px 15px 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #ff9900;" >The Feather M0 Express can be be programmed with Arduino IDE -OR- with CircuitPython (a flavor of MicroPython).
 +
 +
This tutorial focus on Arduino IDE development. Check the [https://learn.adafruit.com/adafruit-feather-m0-express-designed-for-circuit-python-circuitpython/what-is-circuitpython Adafruit Tutorial if you are interested in '''CircuitPython Programming'''].}}
 +
 +
{{underline|'''About the additionnal Flash:'''}}<br />
 +
The SPI Flash storage act like a tiny hard drive.
 +
 +
When used in CircuitPython, the 2 MB flash acts as storage for all your scripts, libraries and files. When used in Arduino, you can read/write files to it, like a little datalogger or SD card, and then with our helper program, access the files over USB.
 +
 +
Easy reprogramming: the Feather M0 comes pre-loaded with the UF2 bootloader, which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython, PXT MakeCode or Arduino IDE (it is bossa-compatible)
 
{{ENG-CANSAT-TRAILER}}
 
{{ENG-CANSAT-TRAILER}}
29 837

modifications

Menu de navigation