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.
INIT_HW/INIT_HW.h
- Committer:
 - Lightvalve
 - Date:
 - 2022-04-05
 - Revision:
 - 228:fb5b57e3f157
 - Parent:
 - 23:59218d4a256d
 - Child:
 - 231:30896263bd8b
 
File content as of revision 228:fb5b57e3f157:
#ifndef _INIT_HW_H_
#define _INIT_HW_H_
#include "mbed.h"
#include "FastPWM.h"
void Init_ADC(void);
void Init_PWM();
void Init_TMR3();
void Init_TMR2();
//void Init_TMR5();
#endif