KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ATtinySoftSerial
★ 15
Open GitHub ↗
Software Serial for ATtiny MCUs
Download README (.md)
Explore Similar Repositories
vuetify-admin
:
基于vuetify 实现的后台管理系统
sasha.html
:
A pure HTML+CSS+JS local application made to encrypt "very important images" IFYKWIM ( ͡° ͜ʖ ͡°)
tensorflow-tutorial
:
No description available.
EscapeFromCave
:
Text Adventure : Escape From Cave
Interior_Points_Method
:
Implementation of Interior Points Method in MATLAB (My Assignment in Linear Optimization course [MTH305] [IIIT-Delhi]).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ATtinySoftSerial
?
Download (.md)
# ATtinySoftSerial Software Serial for ATtiny MCUs. This is a port of Arduino SoftwareSerial for ATtiny using avr-gcc / Atmel Studio. This version is currently ported to ATtiny85. The original, described in my blog post [ATtiny Software Serial](http://www.bot-thoughts.com/2013/11/attiny-software-serial.html), was written for ATtiny84 and can be found [here](http://github.com/shimniok/bot-thoughts-blog/tree/master/TinySoftSerial). It'd be nice if the code could be set up to more easily support configuration for multiple ATtiny MCUs. * Appropriate Register names such as PCMSK (vs PCMSK0), PCIE (vs PCIE0), and so forth * More easily select pins based on MCU chosen. Then again, you could always just use ATtiny Core (Spence Konde) and do all this in Arduino.