Proyecto de Tesis en Mecatrónica. Universidad Técnica del Norte. Ernesto Palacios <mecatronica.mid@gmail.com>

Dependencies:   EthernetNetIf HTTPServer QEI_hw RPCInterface mbed

Committer:
Yo_Robot
Date:
Sat Mar 24 17:37:20 2012 +0000
Revision:
3:8d5a9e3cd680
Parent:
2:a1b556d78a7f
Child:
4:552beeda4722
Programa para probar diferentes configuraciones del PTO. v1.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yo_Robot 2:a1b556d78a7f 1
Yo_Robot 2:a1b556d78a7f 2 #ifndef SETUP_H
Yo_Robot 2:a1b556d78a7f 3 #define SETUP_H
Yo_Robot 2:a1b556d78a7f 4
Yo_Robot 2:a1b556d78a7f 5 #include "mbed.h"
Yo_Robot 2:a1b556d78a7f 6
Yo_Robot 2:a1b556d78a7f 7 void Setup_PTO_Timer2();
Yo_Robot 2:a1b556d78a7f 8 void ISR_Serial();
Yo_Robot 2:a1b556d78a7f 9
Yo_Robot 3:8d5a9e3cd680 10 void setPrescaler( int newValue );
Yo_Robot 3:8d5a9e3cd680 11 void setMR2( int newValue );
Yo_Robot 3:8d5a9e3cd680 12 void setMR3( int newValue );
Yo_Robot 3:8d5a9e3cd680 13 void stopTimer2();
Yo_Robot 3:8d5a9e3cd680 14 void startTimer2();
Yo_Robot 2:a1b556d78a7f 15
Yo_Robot 2:a1b556d78a7f 16 #endif