Exposing pin eventOn method (#349)
This commit is contained in:
committed by
Peli de Halleux
parent
436b56a2fa
commit
72d5e83e5b
@ -119,6 +119,9 @@ namespace pxsim.pins {
|
||||
export function getPinAddress(name: number) {
|
||||
return getPin(name)
|
||||
}
|
||||
|
||||
export function setEvents(name: number, event: number) {
|
||||
}
|
||||
}
|
||||
|
||||
namespace pxsim.devices {
|
||||
|
Reference in New Issue
Block a user