teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Committer:
brunofgc
Date:
Fri Mar 24 15:54:41 2017 +0000
Revision:
0:1c0a769988ee
Child:
4:13ff9c81dc10
Saidas digitais com pwm ok, entradas analogicas ok

Who changed what in which revision?

UserRevisionLine numberNew contents of line
brunofgc 0:1c0a769988ee 1 #include "IOs.h"
brunofgc 0:1c0a769988ee 2 DigitalIn SD_FAULT(P1_9);
brunofgc 0:1c0a769988ee 3 DigitalOut SD_OE_R(P1_10);
brunofgc 0:1c0a769988ee 4
brunofgc 0:1c0a769988ee 5 DigitalIn ED1(P2_11);
brunofgc 0:1c0a769988ee 6 DigitalIn ED2(P2_12);
brunofgc 0:1c0a769988ee 7 DigitalIn ED3(P2_13);
brunofgc 0:1c0a769988ee 8
brunofgc 0:1c0a769988ee 9 DigitalIn ED4(P3_25);
brunofgc 0:1c0a769988ee 10 DigitalIn ED5(P3_26);
brunofgc 0:1c0a769988ee 11 DigitalIn ED6(P3_28);
brunofgc 0:1c0a769988ee 12
brunofgc 0:1c0a769988ee 13 DigitalIn ED7(P1_26);
brunofgc 0:1c0a769988ee 14 DigitalIn ED8(P1_27);
brunofgc 0:1c0a769988ee 15 DigitalIn ED9(P1_28);
brunofgc 0:1c0a769988ee 16
brunofgc 0:1c0a769988ee 17
brunofgc 0:1c0a769988ee 18 PwmOut SD1(P1_18);
brunofgc 0:1c0a769988ee 19 PwmOut SD2(P1_20);
brunofgc 0:1c0a769988ee 20 PwmOut SD3(P1_21);
brunofgc 0:1c0a769988ee 21 PwmOut SD4(P1_23);
brunofgc 0:1c0a769988ee 22 PwmOut SD5(P2_4);
brunofgc 0:1c0a769988ee 23 PwmOut SD6(P2_5);
brunofgc 0:1c0a769988ee 24 DigitalOut SD7(P2_8);
brunofgc 0:1c0a769988ee 25 DigitalOut SD8(P2_9);