stmbl/shared/hal_term.h

12 lines
277 B
C
Raw Permalink Normal View History

#pragma once
#include <string.h>
#include "hal.h"
2016-09-12 16:00:28 +00:00
void hal_term_print_pin(hal_pin_t* pin);
void hal_term_print_info();
void hal_term_list();
void hal_term_getconf();
void hal_term_print_state();
2017-01-05 22:28:09 +00:00
extern void Wait(uint32_t ms);//TODO: find a way of removing wait form hal_term