Use the speaker to play music

Closes #1
This commit is contained in:
2020-11-15 20:14:26 +01:00
parent 40c87d0fcf
commit b37bb42f03
8 changed files with 381 additions and 33 deletions

View File

@ -1,27 +1,32 @@
/*
* 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 */
/*
* 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:
*/