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.
device_depend.h
00001 #ifndef __DEVICE_DEPEND_H__ 00002 #define __DEVICE_DEPEND_H__ 00003 00004 #include "mbed.h" 00005 00006 // functions 00007 void hardware_init(void); 00008 void uart_init(int baud_rate); 00009 void uart_print(char *str); 00010 int uart_read(void); 00011 int time_millis(void); 00012 void port_write(int port, int bit, int value); 00013 00014 void bytecode_read_init(void); 00015 char* bytecode_read(int bc_num, int length); 00016 void setup_systick(void); 00017 00018 #endif 00019 00020
Generated on Tue Jul 12 2022 21:16:03 by
1.7.2