https://github.com/csutorasa/m12864stk
Arduino library for my M128/64 STK board.
https://github.com/csutorasa/m12864stk
arduino arduino-library atmega128 avr c-plus-plus
Last synced: 5 months ago
JSON representation
Arduino library for my M128/64 STK board.
- Host: GitHub
- URL: https://github.com/csutorasa/m12864stk
- Owner: csutorasa
- License: mit
- Created: 2017-03-26T17:04:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T14:15:43.000Z (5 months ago)
- Last Synced: 2025-01-11T15:26:26.021Z (5 months ago)
- Topics: arduino, arduino-library, atmega128, avr, c-plus-plus
- Language: C++
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M128/64 STK
This project is an arduino library for my M128/64 STK board.
It is a developer board with a ATMega128a micocontroller on it.## Using the board
Use the [board manager](https://support.arduino.cc/hc/en-us/articles/360016466340-Add-or-remove-third-party-boards-in-Boards-Manager)
with the custom board manager URL https://raw.githubusercontent.com/csutorasa/M12864STK/master/package_m12864stk_index.json.## Using the libraries
You need to explore the latest [release](https://github.com/csutorasa/M12864STK/releases/).
Find the library you need and download the zip archive.
Use the [official guide](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) to add this zip to the libraries in Arduino IDE.## Flashing
The device can be flashed via ISP.
A simple way is to flash the software with USBASP.
You will need [drivers](http://zadig.akeo.ie/) for using it.## Documentation
Documentation is generated with [doxygen](https://www.doxygen.nl/) is available [here](https://csutorasa.github.io/m12864stk/).