Rajath Ravi / Mbed 2 deprecated ADC_DMA_POST_LEC12

Dependencies:   mbed

gpio.h

Committer:
rajathr
Date:
2021-10-29
Revision:
0:716b93ab9a58
Child:
1:c125f4e65df7

File content as of revision 0:716b93ab9a58:

#ifndef __GPIO_H_
#define __GPIO_H_


#ifdef __cplusplus
 extern "C" {
#endif

#include "main.h"

/*Defining function that initializes Port F Pin 7 as Analog Output*/
void InitPortFPin7asAnalog(void);

/*Defining function that initializes Port F Pin 7,8,9 as Analog Output*/
void InitPortFPin7Pin8Pin9asAnalog(void);


#ifdef __cplusplus
}
#endif

#endif /*__GPIO_H */