This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dea22b0b5d
circuitpython
/
atmel-samd
/
boards
/
arduino_zero
/
mpconfigboard.h
5 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Blinking the LED works. Clocks should be set up correctly. Everything works fine without USB being plugged in but faults (I think) when USB is plugged in. This is switched away from the USB code from the bootloader onto the USB code thats generated by Atmel Studio using the high level classes from ASF.
2016-08-23 02:48:09 -04:00
// LEDs
#
define MICROPY_HW_LED1 PIN_PA17
// red
Add support for REPL on Arduino Zero through EDBG via UART.
2016-08-23 19:47:53 -04:00
#
define UART_REPL
// #define USB_REPL