Skip to content
/ avryp Public

Avryp is a Python package to build and flash AVR and Arduino code

License

Notifications You must be signed in to change notification settings

tovam/avryp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avryp

Avryp is a Python package to build and flash AVR and Arduino code.

Getting Started

Prerequisites

Avryp needs AVR tools to work, you can install them by running the following command. sudo apt-get install avr-libc avrdude binutils-avr gcc-avr

Installing

Avryp is on PyPI so installing it is easy with pip. sudo pip install avryp

Examples

Examples can be found in the examples directory.

Configuration

Avryp reads ~/.avryprc for binaries and Arduino library path.

If not given, the default values are the following:

#[arduino]
#haa = /path/to/hardware/arduino/avr/  #no default, but optional
[binaries]
avrdude = avrdude
avrdude_progtype = linuxgpio
avrobjcopy = avr-objcopy
avrsize = avr-size
avrgcc = avr-gcc
avrgpp = avr-g++

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Avryp is a Python package to build and flash AVR and Arduino code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages