00001 #ifndef LIBMARY_H_ 00002 #define LIBMARY_H_ 00003 00023 /**************************************************************************/ 00049 #include "LPC11xx.h" 00050 #include "system_LPC11xx.h" 00051 #include "systick.h" 00052 #include "gpio.h" 00053 #include "ssp.h" 00054 #include "uart.h" 00055 #include "maryoled.h" 00056 00057 00058 00059 // init for arduino-like settings 00060 MARYOLED oled; 00061 SSP SPI; 00062 USerial Serial; 00063 00064 #endif /* LIBMARY_H_ */