This website works better with JavaScript.
Explore
Help
Register
Sign In
Penguinator
/
Motor-Controller
Watch
1
Star
0
Fork
You've already forked Motor-Controller
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
807f7c29e8
stable
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '807f7c29e8'
${ noResults }
Motor-Controller
/
shared
/
devices
/
motor_controller.c
12 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
accidentally removed p_uart_init() via code generation... added it back
3 years ago
#
include
"motor_controller.h"
added 250hz timer for giving motor updates
3 years ago
void
mc_init
(
)
accidentally removed p_uart_init() via code generation... added it back
3 years ago
{
//
}
added 250hz timer for giving motor updates
3 years ago
void
mc_service
(
)
{
}