Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 08b28e2

Browse files
authored
v1.2.0 to fix `multiple-definitions linker error
### Releases v1.2.0 1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project. 3. Optimize library code by using `reference-passing` instead of `value-passing` 4. Update all examples
1 parent 44c3602 commit 08b28e2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

examples/multiFileProject/multiFileProject.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/****************************************************************************************************************************
22
multiFileProject.cpp
3-
For Teensy boards
3+
RPi_Pico_ISR_Timer-Impl.h
4+
For RP2040-based boards such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040.
45
Written by Khoi Hoang
56
6-
Built by Khoi Hoang https://github.com/khoih-prog/Teensy_TimerInterrupt
7+
Built by Khoi Hoang https://github.com/khoih-prog/RPI_PICO_TimerInterrupt
78
Licensed under MIT license
89
910
Now even you use all these new 16 ISR-based timers,with their maximum interval practically unlimited (limited only by

examples/multiFileProject/multiFileProject.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/****************************************************************************************************************************
22
multiFileProject.h
3-
For Teensy boards
3+
RPi_Pico_ISR_Timer-Impl.h
4+
For RP2040-based boards such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040.
45
Written by Khoi Hoang
56
6-
Built by Khoi Hoang https://github.com/khoih-prog/Teensy_TimerInterrupt
7+
Built by Khoi Hoang https://github.com/khoih-prog/RPI_PICO_TimerInterrupt
78
Licensed under MIT license
89
910
Now even you use all these new 16 ISR-based timers,with their maximum interval practically unlimited (limited only by

0 commit comments

Comments
 (0)