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.
bsp.h
00001 #ifndef bsp_h 00002 #define bsp_h 00003 00004 #define BSP_TICKS_PER_SEC 100 // system clock tick rate 00005 00006 #include "TextLCD.h" 00007 00008 TextLCD lcd(p10, p11, p17, p18, p19, p20); // rs, e, d4-d7 00009 00010 void BSP_init(void); 00011 void BSP_lcdScrollIn(char*, char*); // display functions 00012 void BSP_lcdUpdate(char*,char*); 00013 #endif
Generated on Wed Jul 13 2022 20:02:05 by
1.7.2