You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should explain better that in VAST, we can only use RaspberryGpioDaemonInterface so far and that RaspberryGpioInterface crashes the VM. We should put that as class comments or even rename RaspberryGpioInterface to RaspberryGpioInterfaceBROKEN or move it to a separate subclass or something. In addition, we can implement RaspberryGpioInterface class >> raspberryGpioStart doing a self error: 'not supported... use daemon instead....
The text was updated successfully, but these errors were encountered:
We should explain better that in VAST, we can only use
RaspberryGpioDaemonInterface
so far and thatRaspberryGpioInterface
crashes the VM. We should put that as class comments or even renameRaspberryGpioInterface
toRaspberryGpioInterfaceBROKEN
or move it to a separate subclass or something. In addition, we can implementRaspberryGpioInterface class >> raspberryGpioStart
doing aself error: 'not supported... use daemon instead...
.The text was updated successfully, but these errors were encountered: