Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aenniw/attiny85
https://github.com/aenniw/attiny85
attiny85 digispark hid serial watchdog
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aenniw/attiny85
- Owner: aenniw
- License: mit
- Created: 2017-04-22T19:59:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T15:38:41.000Z (over 3 years ago)
- Last Synced: 2023-03-02T10:32:51.431Z (over 1 year ago)
- Topics: attiny85, digispark, hid, serial, watchdog
- Language: Python
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATTINY85 based projects
[![Build Status](https://github.com/aenniw/ATTINY85/workflows/Platformio%20build/badge.svg)](https://github.com/aenniw/ATTINY85/actions?query=workflow%3A%22Platformio+build%22+branch%3Amaster)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=J96CRYPYAY2VE¤cy_code=EUR&source=url)![Digispark ATtiny85 layout](img/Digispark_ATTINY85_layout.jpg)
| Digispark ATTiny85 | Value | Function |
|:---------------------:|:-----:|:------------------------------|
| D0 | 0 | IO, PWM0 AREF, MOSI, SDA |
| D1 | 1 | IO, PWM1, MISO |
| D2 | 2 | IO, A1, SCK, SCL |
| D3 | 3 | IO, A3 USB+ |
| D4 | 4 | IO, PWM4, A2, USB- |
| D5 | 5 | IO, A0 |
| G | - | Ground |
| 5V | - | 5V |
| VIN | - | |## Setup environment
```
sudo pip install platformioIDE=eclipse ./configure # for eclipse layout setup
IDE=clion ./configure # for clion layout setup
```## Build
```
./make
```## SubProjects
[HID-Emulator](HID-Emulator/README.md) |
[HW-Watchdog](HW-Watchdog/README.md)