Controller chip is ST7565

Dependencies:   ST7565_SPI_LCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers uart_as_stdio.h Source File

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);