~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to doc/examples/demo/demo.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * controlled with the PWM.  After each period of the PWM, the PWM
12
12
 * value is either incremented or decremented, that's all.
13
13
 *
14
 
 * $Id: demo.c,v 1.9 2006/01/05 21:30:10 joerg_wunsch Exp $
 
14
 * $Id: demo.c 1637 2008-03-17 21:49:41Z joerg_wunsch $
15
15
 */
16
16
 
17
17
#include <inttypes.h>