feat(build): use meson so I don't end up ripping my hair out
This commit is contained in:
parent
961e0472f5
commit
6e075bff4a
11 changed files with 102 additions and 89 deletions
|
|
@ -1,2 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief create the led thread
|
||||
*
|
||||
* @param file file to send blinking signals to
|
||||
* @return 0 on success
|
||||
*/
|
||||
int led_create_thread(char *file);
|
||||
|
||||
/**
|
||||
* @brief set the led rate
|
||||
*
|
||||
* @param r number of blinks per second
|
||||
*/
|
||||
void led_set_rate(double rate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue