pecanpico9/tracker/software/protocols/morse/morse.h

11 wiersze
157 B
C

#ifndef __MORSE_H__
#define __MORSE_H__
#include "ch.h"
#include "hal.h"
uint32_t morse_encode(uint8_t* buffer, uint32_t length, const char* in);
#endif