rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.54k stars 1.26k forks source link

HardwareTimer example uses "deprecated" methods #390

Closed gnbl closed 7 years ago

gnbl commented 7 years ago

https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/libraries/A_STM32_Examples/examples/Maple/TimerInterrupts/TimerInterrupts.ino uses methods declared deprecated, e.g. in https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/cores/maple/HardwareTimer.h#L268

rogerclarkmelbourne commented 7 years ago

OK

Please send a PR to fix this