Skip to content
Snippets Groups Projects
Commit cde1a2df authored by rahix's avatar rahix
Browse files

Update epicardium_api_development.md

parent 4ea11f89
No related branches found
No related tags found
No related merge requests found
Pipeline #1120 passed
......@@ -39,17 +39,14 @@ The `*.c`-files need to be added to [`epicardium/modules/meson.build`](https://g
An exemplary implementation to the declaration above could look like the following:
```c
#include <stdio.h>
#include "epicardium.h"
void epic_example_call(int example_param_a, uint8_t example_param_b)
{
while (1) {
printf ("I'm just an example!\n");
}
printf("I'm just an example!\n");
}
```
The `example.h` would go into [`lib/card10`](https://git.card10.badge.events.ccc.de/card10/firmware/tree/master/lib/card10).
## Best Practices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment