Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed 4DGL-uLCD-SE mbed-rtos nRF24L01P
Speaker.cpp@12:efcfe4c0d9f2, 2018-04-20 (annotated)
- Committer:
- Nurchu
- Date:
- Fri Apr 20 14:38:27 2018 +0000
- Revision:
- 12:efcfe4c0d9f2
- Child:
- 14:4637a9f02919
Set up speaker class and cleaned up main
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Nurchu | 12:efcfe4c0d9f2 | 1 | #include "Spearker.h" |
| Nurchu | 12:efcfe4c0d9f2 | 2 | |
| Nurchu | 12:efcfe4c0d9f2 | 3 | Speaker::Speaker(PinName pin) : _pin(pin) {} |
| Nurchu | 12:efcfe4c0d9f2 | 4 | |
| Nurchu | 12:efcfe4c0d9f2 | 5 | void Speaker::write(uint8_t value) {} |