Added PORT peripheral validation for AVR8 TDFs
This commit is contained in:
9
build/scripts/TargetDescriptionFiles/Signal.php
Normal file
9
build/scripts/TargetDescriptionFiles/Signal.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Bloom\BuildScripts\TargetDescriptionFiles;
|
||||
|
||||
class Signal
|
||||
{
|
||||
public ?string $padName = null;
|
||||
public ?string $function = null;
|
||||
public ?int $index = null;
|
||||
}
|
||||
Reference in New Issue
Block a user