relay: fix naming

pull/2212/head
occheung 2023-09-18 20:01:44 -07:00 committed by Sébastien Bourdeauducq
parent 477a7b693c
commit 5c64eac8d2
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ class Relay:
RELAY_SPI_CONFIG, 16, SPIT_RELAY_WR, CS_RELAY | CS_LED)
@kernel
def set_led(self, leds: TInt32):
self.bus.write(leds << 16)
def enable(self, en: TInt32):
self.bus.write(en << 16)
class ADC: