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: FastPWM3 mbed-dev-STM-lean
hw_setup.h
- Committer:
- benkatz
- Date:
- 2019-08-08
- Revision:
- 53:e85efce8c1eb
- Parent:
- 20:bf9ea5125d52
File content as of revision 53:e85efce8c1eb:
#ifndef HW_SETUP_H
#define HW_SETUP_H
#include "mbed.h"
#include "structs.h"
void Init_PWM(GPIOStruct *gpio);
void Init_ADC(void);
void Init_DAC(void);
void Init_All_HW(GPIOStruct *gpio);
#endif