Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcbperez/atmega32u4-minimal

Expansion board for Atmega32u4.
https://github.com/marcbperez/atmega32u4-minimal

atmega32u4 kicad

Last synced: about 7 hours ago
JSON representation

Expansion board for Atmega32u4.

Awesome Lists containing this project

README

        

# atmega32u4-minimal

Expansion board for Atmega32u4.

## Installation

The schematics project is done in KiCad, free and available to most common
platforms. More information on how to download and install KiCad can be found in
its [official download page][download-kicad].

## Usage

Clone the sources and browse the package folder. The KiCad project is located in
`kicad-project/atmega32u4-minimal.pro`.

```bash
git clone https://github.com/marcbperez/atmega32u4-minimal
cd atmega32u4-minimal
```

## Testing

There is no testing in place for this project yet.

## Troubleshooting

The [issue tracker][issue-tracker] intends to manage and compile bugs,
enhancements, proposals and tasks. Reading through its material or reporting to
its contributors via the platform is strongly recommended.

## Contributing

This project adheres to [Semantic Versioning][semver] and to certain syntax
conventions defined in [.editorconfig][editorconfig]. To get a list of changes
refer to the [CHANGELOG][changelog]. Only branches prefixed by *feature-*,
*hotfix-*, or *release-* will be considered:

- Fork the project.
- Create your new branch: `git checkout -b feature-my-feature develop`
- Commit your changes: `git commit -am 'Added my new feature.'`
- Push the branch: `git push origin feature-my-feature`
- Submit a pull request.

## Credits

This project is created by [marcbperez][author] and maintained by its
[author][author] and contributors.

## License

This project is licensed under the [Apache License Version 2.0][license].

[author]: https://marcbperez.github.io
[issue-tracker]: https://github.com/marcbperez/atmega32u4-minimal/issues
[editorconfig]: .editorconfig
[changelog]: CHANGELOG.md
[license]: LICENSE
[semver]: http://semver.org
[download-kicad]: http://kicad-pcb.org/download/