Added PORT peripheral validation for AVR8 TDFs

This commit is contained in:
Nav
2021-06-08 00:31:15 +01:00
parent a42ce9e1e3
commit 23b54eb7c3
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Bloom\BuildScripts\TargetDescriptionFiles;
class Signal
{
public ?string $padName = null;
public ?string $function = null;
public ?int $index = null;
}