Merge pull request #6 from sommersoft/readme_fix_travis
Update README Travis Badge
This commit is contained in:
commit
f0e8f7f08d
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ Introduction
|
||||||
:target: https://discord.gg/nBQh6qu
|
:target: https://discord.gg/nBQh6qu
|
||||||
:alt: Discord
|
:alt: Discord
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_AVRprog.svg?branch=master
|
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_AVRprog.svg?branch=master
|
||||||
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_AVRprog
|
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_AVRprog
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
Program your favorite AVR chips directly from CircuitPython with this handy helper class that will let you make stand-alone programmers right from your REPL. Should work with any/all AVR chips, via SPI programming. Tested with ATmega328, ATtiny85 and ATmega2560
|
Program your favorite AVR chips directly from CircuitPython with this handy helper class that will let you make stand-alone programmers right from your REPL. Should work with any/all AVR chips, via SPI programming. Tested with ATmega328, ATtiny85 and ATmega2560
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue