Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: aconno_I2C Lis2dh12 WatchdogTimer
NRFuart.h
00001 #ifndef NRFUART_H_ 00002 #define NRFUART_H_ 00003 00004 //------------------------------------------------------------------------------ 00005 //Dependencies 00006 //------------------------------------------------------------------------------ 00007 #include "main.h" 00008 00009 //extern bool NRFuart_enabled; 00010 extern void NRFuart_init_nohwfc(); 00011 extern void NRFuart_uninit(); 00012 extern void NRFuart_putc(char byte); 00013 extern void NRFuart_puts(char* bytes); 00014 extern char NRFuart_getc(); 00015 extern void NRFuart_flush(); 00016 extern bool NRFuart_readable(); 00017 extern void debug_prep(); 00018 extern void debug_exe(); 00019 00020 #endif
Generated on Sat Jul 16 2022 03:03:28 by
1.7.2