Notably missing is: - BSC (PDTRA / PCTRA) This also updates a handful of files to use the new sh7091_bits.hpp.
13 lines
145 B
C++
13 lines
145 B
C++
namespace serial {
|
|
|
|
void init();
|
|
|
|
void character(const char c);
|
|
|
|
void string(const char * s);
|
|
|
|
template <typename T>
|
|
void integer(const T n);
|
|
|
|
}
|