On a better way
This commit is contained in:
@@ -5,7 +5,12 @@ namespace JabyEngine {
|
||||
namespace boot {
|
||||
namespace CD {
|
||||
void setup() {
|
||||
CD_IO::change_to_index0();
|
||||
|
||||
}
|
||||
|
||||
uint16_t miau() {
|
||||
CD_IO::Index0::DataFifo.read();
|
||||
return CD_IO::Index0::DataFifo16.read();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user