Use new IO Port related types and further improvements of readability #1

Merged
jaby merged 18 commits from Overlay-The-Beginning_CDDrive_EndOfIO into Overlay-The-Beginning_CDDrive 2023-03-23 19:43:52 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 1e8997dbca - Show all commits

View File

@ -5,8 +5,6 @@
namespace JabyEngine {
namespace Memory_IO {
__declare_io_type(COM_DELAY, uint32_t,
static constexpr auto CodyValue = IOValueSet::from_to(2, 4);
void setup() {
this->raw_value = 0x1325;
}