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.
Diff: HardwarePulseCounter.cpp
- Revision:
- 3:2b2c973f1549
- Parent:
- 1:2bbb30dc3ed3
- Child:
- 4:437833c86cdd
--- a/HardwarePulseCounter.cpp Mon Oct 07 21:19:33 2019 +0000
+++ b/HardwarePulseCounter.cpp Mon Oct 07 21:21:06 2019 +0000
@@ -1,7 +1,5 @@
#include "HardwarePulseCounter.h"
-/*Parametros ex: TIM1, GPIOA, GPIO_PIN_0*/
-
PulseCounter::PulseCounter(TIM_TypeDef *TIMx, GPIO_TypeDef *GPIOx, uint16_t PINx){
this->TIM = TIMx;
this->GPIO = GPIOx;