Support IOPortValues

This commit is contained in:
2023-03-16 22:20:43 +01:00
parent e11e475802
commit 9659cc6ad5
3 changed files with 44 additions and 7 deletions

View File

@@ -5,6 +5,8 @@
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;
}