Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobgu/avrem
AVR emulator written in Clojure to enable automated integration tests of programs compiled for the AVR micro controller
https://github.com/tobgu/avrem
Last synced: 30 days ago
JSON representation
AVR emulator written in Clojure to enable automated integration tests of programs compiled for the AVR micro controller
- Host: GitHub
- URL: https://github.com/tobgu/avrem
- Owner: tobgu
- Created: 2012-09-25T20:28:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-07T10:58:23.000Z (about 12 years ago)
- Last Synced: 2024-10-14T12:54:33.272Z (2 months ago)
- Language: Clojure
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avrem
A Clojure library designed to work as an emulator of an AVR processor. Should make it possible to
run automated tests on code compiled for the AVR.## Usage
FIXME
## License
Copyright © 2012 FIXME
Distributed under the Eclipse Public License, the same as Clojure.