Sara Ojeda / Mbed 2 deprecated prueba_hsens

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Pinout.h Source File

Pinout.h

00001 #pragma once
00002 
00003 #include "mbed.h"
00004 
00005 struct Pinout
00006 {
00007     struct pines                                //Pines del sensor
00008     {
00009         static const PinName entr = A3;            //entrada analógica
00010         static const PinName div_ctrl = PB_15;        
00011     };
00012 
00013 };