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.
Classe_1.h
- Committer:
- softris
- Date:
- 2016-04-04
- Revision:
- 0:6e688c52e0cc
- Child:
- 1:ea27eae94ab2
File content as of revision 0:6e688c52e0cc:
#include "mbed.h"
#ifndef _Classe_1_
typedef struct
{
int Index ;
DigitalOut *pOut ;
} Adresses ;
class Classe_1
{
public:
Classe_1(void) ;
void fonction_1(void) ;
int fonction_2(void) ;
void Set_Out (void) ;
DigitalOut *pOutput ;
Adresses *pAdresses ;
private:
int variable_1 ;
};
#define _Classe_1_
#endif