Project

General

Profile

Revision 437

Added by Kevin Woo about 16 years ago

Cleaned up analog.c code. Recompiled library. Mostly commenting and
documentation fixes. No changes made to actual code.

View differences:

dio.h
39 39
#define _DIO_H
40 40

  
41 41
/*
42
these are ALL the pins
43
don't use unless you know what you're doing
42
  these are ALL the pins
43
  don't use unless you know what you're doing
44 44
*/
45 45

  
46 46
/*
47
DIO pins on new dragonfly boards are shown below:
48
-----------------------------------------------
49
| _PIN_E6 | _PIN_E7 | _PIN_D2 | _PIN_D3 | VCC |
50
-----------------------------------------------
51
| _PIN_E2 | _PIN_E3 | _PIN_E4 | _PIN_E5 | GND |
52
-----------------------------------------------
47
  DIO pins on new dragonfly boards are shown below:
48
  -----------------------------------------------
49
  | _PIN_E6 | _PIN_E7 | _PIN_D2 | _PIN_D3 | VCC |
50
  -----------------------------------------------
51
  | _PIN_E2 | _PIN_E3 | _PIN_E4 | _PIN_E5 | GND |
52
  -----------------------------------------------
53 53
*/
54 54

  
55 55
/** @brief Port A **/
......
194 194
//#define _PIN_G7 63
195 195

  
196 196
/*
197
These are the header pins (the ones you can connect things to)
198
Feel free to use these
197
  These are the header pins (the ones you can connect things to)
198
  Feel free to use these
199 199
*/
200 200

  
201 201
/**

Also available in: Unified diff