You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
638 B
C
27 lines
638 B
C
4 weeks ago
|
/*
|
||
|
* HeaderPeriphery.h
|
||
|
*
|
||
|
* Author: Aleksey Gerasimenko
|
||
|
* gerasimenko.aleksey.n@gmail.com
|
||
|
*/
|
||
|
|
||
|
#ifndef PERIPHERY_HEADERPERIPHERY_H_
|
||
|
#define PERIPHERY_HEADERPERIPHERY_H_
|
||
|
|
||
|
|
||
|
#include "PERIPHERY/AnalogFault.h"
|
||
|
#include "PERIPHERY/DigitalIO.h"
|
||
|
#include "PERIPHERY/ExtADC.h"
|
||
|
#include "PERIPHERY/ExtDAC.h"
|
||
|
#include "PERIPHERY/IIIPeriphery.h"
|
||
|
#include "PERIPHERY/IPeriphery.h"
|
||
|
#include "PERIPHERY/Periphery.h"
|
||
|
#include "PERIPHERY/PeripheryMap.h"
|
||
|
#include "PERIPHERY/PWMABCInterace.h"
|
||
|
#include "PERIPHERY/PWMInterface.h"
|
||
|
#include "PERIPHERY/PWMSInterace.h"
|
||
|
#include "PERIPHERY/COMMBoard.h"
|
||
|
|
||
|
|
||
|
#endif /* PERIPHERY_HEADERPERIPHERY_H_ */
|