Julien Nury

Results 24 comments of Julien Nury

Hum, my bad, Arduino (bad) habits :-D Maybe we should have an object 'GPIOPin' with a 'type' = input|output and a Value that we can get/set if the type is...

After digging a bit in docs (I'm not quite familiar with Arduino GPIO), it seems that is really easy to read status of an output pin. Example with GPIO 2:...

Really useful to handle I2C devices that use interrupts pins !

Hello Bernd, If the `ExecutionPolicy` parameter of your session configuration is NOT `Restricted`, you can create a PS1 script on your host (say C:\SetJEASessionPreferences.ps1) with your preferences: ``` # Disable...

OK, you may try to load the module inside the script instead of the loading it with the session configuration.

Do you call `Import-Module` after `$WarningPreference = 'SilentlyContinue'` ?

The correct syntax would be `Import-Module 'ExchangeConfig' -DisableNameChecking -WarningAction 'SilentlyContinue'` If it doesn't work, try `Import-Module 'ExchangeConfig' 3>$null` If it still doesn't work, it may be a bug in the...

@rpsqrd There is a xJEA DSCResource in the resource kit: https://github.com/PowerShell/xJea It seems to me that it's an 'old' fashion to build JEA Endpoint (aka pre-PS5). How can we deal...

Ensure = Present|Absent -> Yes ! JEARoleCapabilitiesDSC -> Yes !