stop player with INT0 Btn

This commit is contained in:
2020-12-05 21:50:44 +01:00
parent d08e68b34d
commit 594e98673d
6 changed files with 139 additions and 51 deletions

View File

@ -1,32 +1,27 @@
/*
* Auto generated Run-Time-Environment Configuration File
* *** Do not modify ! ***
*
* Project: 'Welcome'
* Target: 'MCB1760 mit LPC1768'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
/*
* Auto generated Run-Time-Environment Component Configuration File
* *** Do not modify ! ***
*
* Project: 'Welcome'
* Target: 'MCB1760 mit LPC1768'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "LPC17xx.h"
#define RTE_DEVICE_STARTUP_LPC17XX /* Device Startup for NXP17XX */
#define RTE_Drivers_I2C0 /* Driver I2C0 */
#define RTE_Drivers_I2C1 /* Driver I2C1 */
#define RTE_Drivers_I2C2 /* Driver I2C2 */
#define RTE_Drivers_SPI0 /* Driver SPI0 */
#define RTE_Drivers_SPI1 /* Driver SPI1 */
#define RTE_Drivers_SPI2 /* Driver SPI2 */
#endif /* RTE_COMPONENTS_H */