Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
710d48a4
Commit
710d48a4
authored
Apr 17, 2009
by
Dean Camera
Browse files
Partial commit: Rename references to Drivers/AT90USBXXX to Drivers/Peripheral.
parent
1c16ae39
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
LUFA.pnproj
View file @
710d48a4
This diff is collapsed.
Click to expand it.
LUFA/Drivers/AT90USBXXX/ADC.h
View file @
710d48a4
...
...
@@ -37,7 +37,7 @@
*/
/** \ingroup Group_SubsystemDrivers
* @defgroup Group_ADC ADC Driver - LUFA/Drivers/
AT90USBXXX
/ADC.h
* @defgroup Group_ADC ADC Driver - LUFA/Drivers/
Peripheral
/ADC.h
*/
#ifndef __ADC_H__
...
...
LUFA/Drivers/AT90USBXXX/AT90USBXXX67/ADC.h
View file @
710d48a4
...
...
@@ -33,7 +33,7 @@
* ADC driver for the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs.
*
* \note This file should not be included directly. It is automatically included as needed by the ADC driver
* dispatch header located in LUFA/Drivers/
AT90USBXXX
/ADC.h.
* dispatch header located in LUFA/Drivers/
Peripheral
/ADC.h.
*/
/** \ingroup Group_ADC
...
...
@@ -58,7 +58,7 @@
/* Preprocessor Checks: */
#if !defined(INCLUDE_FROM_ADC_H)
#error Do not include this file directly. Include LUFA/Drivers/
AT90USBXXX
/ADC.h instead.
#error Do not include this file directly. Include LUFA/Drivers/
Peripheral
/ADC.h instead.
#endif
/* Public Interface - May be used in end-application: */
...
...
LUFA/Drivers/AT90USBXXX/SPI.h
View file @
710d48a4
...
...
@@ -34,7 +34,7 @@
*/
/** \ingroup Group_SubsystemDrivers
* @defgroup Group_SPI SPI Driver - LUFA/Drivers/
AT90USBXXX
/SPI.h
* @defgroup Group_SPI SPI Driver - LUFA/Drivers/
Peripheral
/SPI.h
*
* Functions, macros, variables, enums and types related to the setup of a the SPI port.
*
...
...
LUFA/Drivers/AT90USBXXX/Serial.h
View file @
710d48a4
...
...
@@ -34,7 +34,7 @@
*/
/** \ingroup Group_SubsystemDrivers
* @defgroup Group_Serial Serial USART Driver - LUFA/Drivers/
AT90USBXXX
/Serial.h
* @defgroup Group_Serial Serial USART Driver - LUFA/Drivers/
Peripheral
/Serial.h
*
* Functions, macros, variables, enums and types related to the setup of the USART for serial communications.
*
...
...
LUFA/Drivers/AT90USBXXX/Serial_Stream.h
View file @
710d48a4
...
...
@@ -36,7 +36,7 @@
**/
/** \ingroup Group_SubsystemDrivers
* @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/
AT90USBXXX
/Serial_Stream.h
* @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/
Peripheral
/Serial_Stream.h
*
* Functions, macros, variables, enums and types related to the setup of a serial stream, so that standard printf and other
* C stream functions can be used on the serial port.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment