mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 07:07:54 +02:00
* Require returns object with Gpio member
This commit is contained in:
parent
d5344582b0
commit
1fc88b7218
@ -60,11 +60,15 @@ Type
|
||||
TNJSGPIOClass = class of TNJSGPIO;
|
||||
|
||||
var
|
||||
GPIO : TNJSGPIOClass;
|
||||
TGPIO : TNJSGPIOClass;
|
||||
|
||||
implementation
|
||||
|
||||
Type
|
||||
TNJSOnOffModule = class external name 'Object' (TJSObject)
|
||||
Gpio : TNJSGPIOClass;
|
||||
end;
|
||||
|
||||
initialization
|
||||
gpio:=TNJSGPIOClass(require('onoff'));
|
||||
TGPIO:=TNJSOnOffModule(require('onoff')).Gpio;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user