Further cleanup of comments, partial Doxygen-style

Following up on #3231
This commit is contained in:
Scott Lahteine
2016-03-24 23:19:46 -07:00
parent 4823791eb0
commit 0da744b7b0
191 changed files with 904 additions and 496 deletions

View File

@ -1,4 +1,4 @@
/*
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
@ -20,7 +20,7 @@
*
*/
/*
/**
This code contributed by Triffid_Hunter and modified by Kliment
why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
*/
@ -30,7 +30,7 @@
#include <avr/io.h>
/*
/**
utility functions
*/
@ -38,7 +38,7 @@
#define MASK(PIN) (1 << PIN)
#endif
/*
/**
magic I/O routines
now you can simply SET_OUTPUT(STEP); WRITE(STEP, 1); WRITE(STEP, 0);
*/
@ -107,7 +107,7 @@
// Shorthand
#define OUT_WRITE(IO, v) { SET_OUTPUT(IO); WRITE(IO, v); }
/*
/**
ports and functions
added as necessary or if I feel like it- not a comprehensive list!
@ -138,7 +138,7 @@
#define DEBUG_LED AIO5
/*
/**
pins
*/
@ -477,7 +477,7 @@
#define OC2B DIO14
#define DEBUG_LED DIO0
/*
/**
pins
*/
@ -986,7 +986,7 @@
// change for your board
#define DEBUG_LED DIO21
/*
/**
pins
*/
#define DIO0_PIN PINE0
@ -2056,7 +2056,7 @@
// change for your board
#define DEBUG_LED DIO31 /* led D5 red */
/*
/**
pins
*/
@ -2698,7 +2698,7 @@
#else // AT90USBxx_TEENSYPP_ASSIGNMENTS -- Use Teensyduino Teensy++2.0 assignments.
/*
/**
AT90USB 51 50 49 48 47 46 45 44 10 11 12 13 14 15 16 17 35 36 37 38 39 40 41 42 25 26 27 28 29 30 31 32 33 34 43 09 18 19 01 02 61 60 59 58 57 56 55 54
Port A0 A1 A2 A3 A4 A5 A6 A7 B0 B1 B2 B3 B4 B5 B6 B7 C0 C1 C2 C3 C4 C5 C6 C7 D0 D1 D2 D3 D4 D5 D6 D7 E0 E1 E2 E3 E4 E5 E6 E7 F0 F1 F2 F3 F4 F5 F6 F7
@ -3373,7 +3373,7 @@
// change for your board
#define DEBUG_LED DIO46
/*
/**
pins
*/
#define DIO0_PIN PINE0