We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3d430 commit e3b8cd2Copy full SHA for e3b8cd2
src/PHPi/Factory.php
@@ -66,6 +66,8 @@ public static function create(LoopInterface $loop = null)
66
return new Board\V1\APlus($loop);
67
case 'a01040':
68
case 'a01041':
69
+ case '1a01041': //Is this an overvoltage bit?
70
+ case '2a01041': //and this?
71
case 'a21041':
72
case 'a22042':
73
return new Board\V2\B($loop);
src/PHPi/Peripheral/Register/AbstractRegister.php
@@ -64,6 +64,7 @@ public function __destruct()
64
}
65
/**
+ *
* This is to facilitate registers that have a way of direct (unprivileged) access, eg the /dev/gpiomem
*
* @return null
0 commit comments