8 lines
182 B
C
8 lines
182 B
C
|
#ifndef __LPC176X_INTERNAL_H
|
||
|
#define __LPC176X_INTERNAL_H
|
||
|
// Local definitions for lpc176x code
|
||
|
|
||
|
void gpio_peripheral(int bank, int pin, int func, int pullup);
|
||
|
|
||
|
#endif // internal.h
|