Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luiz Fernando Lavado Villa
OPALIB Quick Start
Commits
5e7e3f1c
Commit
5e7e3f1c
authored
Jun 08, 2021
by
Clément Foucher
Browse files
Update init according to Leg module update.
parent
0b2393cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
library.json
View file @
5e7e3f1c
{
"name"
:
"opalib_quick_start"
,
"version"
:
"1.
0
.0"
,
"version"
:
"1.
1
.0"
,
"description"
:
"OwnTech Power API Library Quick Start initializes all required OwnTech Power API drivers. It allows the user to define a function that will be called periodically."
,
"keywords"
:
"OwnTech Power API"
}
src/opalib_quick_start.c
View file @
5e7e3f1c
...
...
@@ -68,7 +68,7 @@ void opalib_quick_start_init(void (*periodic_task)(), uint32_t task_period_us)
data_acquisition_init
();
// Leg
leg_init
();
leg_init
(
true
);
// HRTIM
hrtim_adc_trigger_en
(
0
,
ADC1R
,
AD13_TAC3
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment