Standardize FFI Implementation
Description
Remove usage of Peek and Poke in .hsc files and standardize FFI to use function calls only. This requires modifying the C code to provide proper getters and setters for memory access.
Requirements
- Remove Peek/Poke usage from .hsc files
- Add getter/setter functions in tinywl.c
- Update FFI bindings to use new functions
- Ensure consistent memory access patterns
Acceptance Criteria
Standardize FFI Implementation
Description
Remove usage of Peek and Poke in .hsc files and standardize FFI to use function calls only. This requires modifying the C code to provide proper getters and setters for memory access.
Requirements
Acceptance Criteria