Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
peripherals.h
Go to the documentation of this file.
1#ifndef __PERIPHERALS_H
2#define __PERIPHERALS_H
3
4#include "adc_pm.h"
5#include "buttons.h"
6#include "dac.h"
7#include "glcd.h"
8#include "joystick.h"
9#include "led.h"
10#include "power.h"
11#include "prng.h"
12#include "rit.h"
13#include "timer.h"
14#include "touch.h"
15
16#endif