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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!7
Implement leds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement leds
rahix/leds
into
master
Overview
0
Commits
3
Pipelines
1
Changes
8
Merged
rahix
requested to merge
rahix/leds
into
master
5 years ago
Overview
0
Commits
3
Pipelines
1
Changes
8
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d739f593
3 commits,
5 years ago
8 files
+
104
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
epicardium/epicardium.h
+
3
−
0
Options
@@ -12,4 +12,7 @@ API(API_UART_WRITE, void epic_uart_write_str(char*str, intptr_t length));
#define API_UART_READ 0x2
API
(
API_UART_READ
,
char
epic_uart_read_chr
(
void
));
#define API_LEDS_SET 0x3
API
(
API_LEDS_SET
,
void
epic_leds_set
(
int
led
,
uint8_t
r
,
uint8_t
g
,
uint8_t
b
));
#endif
/* _EPICARDIUM_H */
Loading