Kenji Arai
/
LPC1114_SPI_LCD_ST7565family_test
Controller chip is ST7565
Embed:
(wiki syntax)
Show/hide line numbers
uart_as_stdio.h
00001 /* 00002 * mbed Application program 00003 * Redirect Standard Input/Output 00004 * 00005 * Copyright (c) 2021 Kenji Arai / JH1PJL 00006 * http://www7b.biglobe.ne.jp/~kenjia/ 00007 * https://os.mbed.com/users/kenjiArai/ 00008 * Created: January 13th, 2021 00009 * Revised: January 14th, 2021 00010 */ 00011 00012 #include "mbed.h" 00013 00014 // Function prototypes -------------------------------------------------------- 00015 uint8_t readable(void); 00016 void putc(uint8_t c); 00017 uint8_t getc(void);
Generated on Sat Jul 16 2022 19:23:09 by 1.7.2