| 1 |
/* Copyright (c) 2004, Joerg Wunsch |
/* Copyright (c) 2004,2005 Joerg Wunsch |
| 2 |
All rights reserved. |
All rights reserved. |
| 3 |
|
|
| 4 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 40 |
the reader to understand the basic concepts behind using the tools |
the reader to understand the basic concepts behind using the tools |
| 41 |
on an AVR microcontroller. |
on an AVR microcontroller. |
| 42 |
|
|
| 43 |
|
The \ref largedemo "more sophisticated demo project" builds on top |
| 44 |
|
of that simple project, and adds some controls to it. It touches |
| 45 |
|
a number of avr-libc's basic concepts on its way. |
| 46 |
|
|
| 47 |
The \ref twi_demo project explains the use of the two-wire hardware |
The \ref twi_demo project explains the use of the two-wire hardware |
| 48 |
interface (also known as "I2C") that is present on many AVR |
interface (also known as "I2C") that is present on many AVR |
| 49 |
controllers. |
controllers. |