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: gpio.h
- Revision:
- 1:c125f4e65df7
- Parent:
- 0:716b93ab9a58
--- a/gpio.h Fri Oct 29 20:56:20 2021 +0000 +++ b/gpio.h Wed Nov 03 05:31:26 2021 +0000 @@ -14,6 +14,12 @@ /*Defining function that initializes Port F Pin 7,8,9 as Analog Output*/ void InitPortFPin7Pin8Pin9asAnalog(void); +/*Defining function that initializes Port B Pin 0 as Output*/ +void InitPortBPin0asOutput(void); + +/*Defining function that Toggles Port B Pin 0*/ +void toggleGPIOB0(void); + #ifdef __cplusplus }