protegemed, aquisição via A/D simples utilizando interrupção do timer
Dependencies: EthernetInterface NTPClient mbed-rtos mbed
Fork of ptgm_semDMA by
Functions/limites.h@0:fac116e94d44, 2016-01-05 (annotated)
- Committer:
- rebonatto
- Date:
- Tue Jan 05 11:47:35 2016 +0000
- Revision:
- 0:fac116e94d44
Vers?o est?vel sem DMA e FFT. 128 amostras.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rebonatto | 0:fac116e94d44 | 1 | /* |
rebonatto | 0:fac116e94d44 | 2 | * limites.h |
rebonatto | 0:fac116e94d44 | 3 | * |
rebonatto | 0:fac116e94d44 | 4 | * Created on: 20/07/2014 |
rebonatto | 0:fac116e94d44 | 5 | * Author: rebonatto |
rebonatto | 0:fac116e94d44 | 6 | */ |
rebonatto | 0:fac116e94d44 | 7 | |
rebonatto | 0:fac116e94d44 | 8 | #ifndef LIMITES_H_ |
rebonatto | 0:fac116e94d44 | 9 | #define LIMITES_H_ |
rebonatto | 0:fac116e94d44 | 10 | |
rebonatto | 0:fac116e94d44 | 11 | #include <stdio.h> |
rebonatto | 0:fac116e94d44 | 12 | |
rebonatto | 0:fac116e94d44 | 13 | #ifdef __cplusplus |
rebonatto | 0:fac116e94d44 | 14 | extern "C" { |
rebonatto | 0:fac116e94d44 | 15 | #endif |
rebonatto | 0:fac116e94d44 | 16 | |
rebonatto | 0:fac116e94d44 | 17 | extern void DisplayRAMBanks(void); |
rebonatto | 0:fac116e94d44 | 18 | |
rebonatto | 0:fac116e94d44 | 19 | #ifdef __cplusplus |
rebonatto | 0:fac116e94d44 | 20 | }; |
rebonatto | 0:fac116e94d44 | 21 | #endif |
rebonatto | 0:fac116e94d44 | 22 | |
rebonatto | 0:fac116e94d44 | 23 | #endif /* LIMITES_H_ */ |