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.
Diff: led1.c
- Revision:
- 1:c125f4e65df7
- Parent:
- 0:716b93ab9a58
--- a/led1.c Fri Oct 29 20:56:20 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#include "led1.h" -#include "gpio.h" - -void init_LED1(void) -{ - InitPortBPin0asOutput(); -} - -void toggle_LED1(void) -{ - toggleGPIOB0(); -}