mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
6.3.3
This commit is contained in:
parent
8b9c050aa7
commit
629ee3159d
@ -12,7 +12,7 @@ View QP/C++ Revision History at: https://state-machine.com/qpcpp/history.html
|
||||
---------------------------------------------------------------------------
|
||||
# About QP/C++
|
||||
QP/C++ (Quantum Platform in C++) is a lightweight, open source software
|
||||
framework/RTOS for building reactvie real-time embedded applications
|
||||
framework/RTOS for building reactive real-time embedded applications
|
||||
as systems of cooperating, event-driven active objects (actors). The
|
||||
QP/C++ framework is a member of a larger [QP] family consisting of
|
||||
QP/C, QP/C++, and QP-nano frameworks, which are all strictly quality
|
||||
|
@ -111,6 +111,7 @@ void SysTick_Handler(void) {
|
||||
#endif
|
||||
|
||||
QP::QF::TICK_X(0U, &l_SysTick_Handler); // process time events for rate 0
|
||||
//the_Ticker0->POST(0, &l_SysTick_Handler); // post to Ticker0 active object
|
||||
|
||||
// Perform the debouncing of buttons. The algorithm for debouncing
|
||||
// adapted from the book "Embedded Systems Dictionary" by Jack Ganssle
|
||||
|
@ -109,6 +109,7 @@ void SysTick_Handler(void) {
|
||||
#endif
|
||||
|
||||
QP::QF::TICK_X(0U, &l_SysTick_Handler); // process time events for rate 0
|
||||
//the_Ticker0->POST(0, &l_SysTick_Handler); // post to Ticker0 active object
|
||||
|
||||
// Perform the debouncing of buttons. The algorithm for debouncing
|
||||
// adapted from the book "Embedded Systems Dictionary" by Jack Ganssle
|
||||
|
Loading…
x
Reference in New Issue
Block a user