Port of K-RT for Microchip PIC16F628
Supported MCUs
PIC16F628 Port mature, others coming (Arduino Uno, Beagle-Board, Raspberry PI)
Steps:
// Example of customized embedded code:
// blink LED in 4ms Real Time and 1s scheduler
inline void k_rt_task_4ms_user(void) {
blink_1(); // Runs in RT Context
}
void k_st_task_1s_user(void) {
blink_2(); // Runs Scheduled Context
}
Download the HTML/JS page and place in "pages" folder under MSPLC root install.
Download the HTML/JS page and place in "pages" folder under MSPLC root install.