Avryp is a Python package to build and flash AVR and Arduino code.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file avryp-0.0.10.tar.gz
.
File metadata
- Download URL: avryp-0.0.10.tar.gz
- Upload date:
- Size: 41.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1788fd4f492d6a623534dad6250f658e3a62a1df4dca89e11e848e34e0f6f3b2 |
|
MD5 | b51cd9623505c585b0108a7323035e8f |
|
BLAKE2b-256 | a5648d58239f22997d5fa3a1dc9d0c1db0ea37023e8cdbd191ca3d8aa9d0c10d |