A pypi package containing avrdude binaries for Windows
Project description
avrdude_windows
This package installs the avrdude (x32 and x64-only) binaries for Windows via pypi/pip. There is a single python function in this library which allows you to get the path of the avrdude executable:
from avrdude_windows import get_avrdude_path
print(get_avrdude_path())
The MIT license in this repository only applies to the single python function mentioned above - avrdude is licensed separately. Source code and binary releases for avrdude can be found in the project repository.
If you are using Mac, you should use Homebrew instead:
brew install avrdude
Or on Linux, you should use the package manager of your distribution, for example:
sudo apt install avrdude
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
avrdude_windows-7.1.0.tar.gz
(1.1 MB
view hashes)
Built Distribution
Close
Hashes for avrdude_windows-7.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 287f87004f3f82737f8eb909bcb772c9e9e5b8d0b563e160a46f50b59ae0fd29 |
|
MD5 | 90088b3e35739eb5e9781d34a3400c95 |
|
BLAKE2b-256 | 64db56d827a170efb7a1edea2c8c92575f897df5a206e6ebab046a38dad36c2e |