This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------+-----------------+ | |
| ULN2003 | Goes To: | | |
+----------+-----------------+ | |
| VDD | 5V Positive | | |
| IN1 | GPIO6 | | |
| IN2 | GPIO13 | | |
| IN3 | GPIO19 | | |
| IN4 | GPIO26 | | |
| GND | Ground/Negative | | |
+----------+-----------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Tests\Browser; | |
use Tests\DuskTestCase; | |
use Laravel\Dusk\Browser; | |
use Illuminate\Foundation\Testing\WithFaker; | |
class SubscriptionsTest extends DuskTestCase | |
{ |