LPC1768 HAL formatting/comments
This commit is contained in:
@ -21,13 +21,12 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Description: HAL for Arduino Due and compatible (SAM3X8E)
|
||||
*
|
||||
* For ARDUINO_ARCH_SAM
|
||||
* HAL_LPC1768/HAL.h
|
||||
* Hardware Abstraction Layer for NXP LPC1768
|
||||
*/
|
||||
|
||||
#ifndef _HAL_LPC1768_H
|
||||
#define _HAL_LPC1768_H
|
||||
#ifndef _HAL_LPC1768_H_
|
||||
#define _HAL_LPC1768_H_
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// Includes
|
||||
@ -141,4 +140,4 @@ void HAL_adc_enable_channel(int pin);
|
||||
void HAL_adc_start_conversion(const uint8_t adc_pin);
|
||||
uint16_t HAL_adc_get_result(void);
|
||||
|
||||
#endif // _HAL_LPC1768_H
|
||||
#endif // _HAL_LPC1768_H_
|
||||
|
Reference in New Issue
Block a user