Skip to content

Commit

Permalink
Fix some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jaretburkett committed Jun 23, 2015
1 parent ad9a337 commit c8cccc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
This is a library to turn any Arduino compatible microcontroller into the ultimate I2C port expander. **Now with ATtiny support.**

## Features ##
### [Functions](#functions) ###
### [Functions](#functions-1) ###

- Digital Write
- Digital Read
- Digital Read with internal pullup
- Analog Read
- Analog Write (PWM)

###[Special Functions](#special-functions)###
###[Special Functions](#special-functions-1)###

- 4 wire resistive touchscreen controller

Expand Down Expand Up @@ -63,6 +63,7 @@ The included ATtiny example has been tested with the ATtiny84 using 8mhz interna

For board support of the ATtiny microcontrollers, I recommend [Damellis' ATtiny package](https://github.com/damellis/attiny/ "Damellis' ATtiny package").


## Future Plans ##
- Add Soft PWM to enable PWM on all pins
- Add Character LCD support
Expand Down

0 comments on commit c8cccc4

Please sign in to comment.