This website requires JavaScript.
Explore
Help
Sign In
paulM_projects
/
motorized_fader
generated from
TDD-Templates/cmake_cpputest_template_avr
Watch
2
Star
0
Fork
You've already forked motorized_fader
0
Code
Issues
3
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
17bd1a4e38
motorized_fader
/
mocks
/
CMakeLists.txt
7 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
Added mocks + ADC mocking. + Timer. + Register Editing.
2025-02-16 18:13:45 +00:00
add_subdirectory
(
MockRegEdit
)
add_subdirectory
(
MockADC
)
add_subdirectory
(
TimerMock
)
Initial commit
2025-02-10 18:25:49 +00:00