Add hrs3300 write_reg and read_reg to simulator

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
Francesco Gazzetta 2021-11-20 17:39:46 +01:00
parent 09af1440ef
commit 9a1964ce41
1 changed files with 6 additions and 0 deletions

View File

@ -155,6 +155,12 @@ class HRS():
self._i = 0
self._step = 1
def read_reg(self, addr):
pass
def write_reg(self, addr, val):
pass
def enable(self):
pass