Added additional TDF validation for pinouts and pin counts

This commit is contained in:
Nav
2021-06-09 22:50:32 +01:00
parent be1e978bb6
commit b119ee8c4b
4 changed files with 122 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace Bloom\BuildScripts\TargetDescriptionFiles;
class Pin
{
public ?string $pad = null;
public ?int $position = null;
}