Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Techy
firmware
Commits
caf80369
Commit
caf80369
authored
Aug 29, 2019
by
theDigitalGuy
Browse files
Options
Downloads
Patches
Plain Diff
fixed typos
parent
1c2cba35
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/epicardium.h
+2
-3
2 additions, 3 deletions
epicardium/epicardium.h
with
2 additions
and
3 deletions
epicardium/epicardium.h
+
2
−
3
View file @
caf80369
...
@@ -300,7 +300,7 @@ API(API_THERMISTOR_VOLTAGE, int epic_read_thermistor_voltage(float *result));
...
@@ -300,7 +300,7 @@ API(API_THERMISTOR_VOLTAGE, int epic_read_thermistor_voltage(float *result));
* - A CDC-ACM device available via USB.
* - A CDC-ACM device available via USB.
* - Maybe, in the future, bluetooth serial?
* - Maybe, in the future, bluetooth serial?
*
*
* :param str: Str
m
ng to write. Does not necessarily have to be NULL-terminated.
* :param str: Str
i
ng to write. Does not necessarily have to be NULL-terminated.
* :param length: Amount of bytes to print.
* :param length: Amount of bytes to print.
*/
*/
API
(
API_UART_WRITE_STR
,
void
epic_uart_write_str
(
API
(
API_UART_WRITE_STR
,
void
epic_uart_write_str
(
...
@@ -1401,7 +1401,7 @@ API(API_DISP_BACKLIGHT, int epic_disp_backlight(uint16_t brightness));
...
@@ -1401,7 +1401,7 @@ API(API_DISP_BACKLIGHT, int epic_disp_backlight(uint16_t brightness));
/**
/**
* open a popup with the argument text and return the answer of the user
* open a popup with the argument text and return the answer of the user
* :param confirmString: pointer to the string of the question
* :param confirmString: pointer to the string of the question
* :return: ``0`` on agree or
-1
in case of the user disagreeing:
* :return: ``0`` on agree or
``-1``
in case of the user disagreeing:
* */
* */
API
(
API_CONFIRM
,
int
epic_confirm
(
const
char
*
confirmString
));
API
(
API_CONFIRM
,
int
epic_confirm
(
const
char
*
confirmString
));
...
@@ -1417,7 +1417,6 @@ API(API_CONFIRM, int epic_confirm(const char *confirmString));
...
@@ -1417,7 +1417,6 @@ API(API_CONFIRM, int epic_confirm(const char *confirmString));
*
*
* - ``-EBUSY``: The timer could not be scheduled.
* - ``-EBUSY``: The timer could not be scheduled.
*/
*/
API
(
API_LIGHT_SENSOR_RUN
,
int
epic_light_sensor_run
());
API
(
API_LIGHT_SENSOR_RUN
,
int
epic_light_sensor_run
());
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment