Skip to content

jnss95/avr-attiny-suart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATtiny25/45/85 softuart

This is a simple,small and blocking USART implementation using the ATtiny's Timer/Counter1 and INT0 Interrupt. So if you use this library those functions will be blocked. The footprint with RX and TX chanel activated is around 500 bytes.

asdf By default the library is configured to run at 9600 baud with a CPU Clock of 8MHz.

  • PIN2 -> RX
  • PIN3 -> TX

About

Software USART for ATtiny 25/45/85

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages