adidas improvements

This commit is contained in:
Rens Pastoor
2025-06-03 14:25:17 +02:00
parent 5f1fa5f6f8
commit 8e5cfa974b
5 changed files with 61 additions and 8 deletions

View File

@@ -1,4 +1,10 @@
#include "channel.h"
// add here includes, if needed
#include <time.h>
// add here your implementation
void channel_init(){
}
uint8_t channel_change_one_random_bit(uint8_t value){
}