Initial commit

This commit is contained in:
2024-04-08 12:52:52 +02:00
commit 26880f9bb8
17 changed files with 6532 additions and 0 deletions

13
components.scvd Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<component name="MyExample" version="1.0.0"/> <!-- name and version of the component -->
<events>
<group name="ISR_Button">
<component name="Button ISR Entry" brief="Button ISR Entry" no="0x00" info=" Pop up Info fun"/>
<component name="Button ISR Exit" brief="Button ISR Exit" no="0x01" info=" Pop up Info fun"/>
</group>
<event id="0x000" level="Detail" property="Button ISR Entry" info="Event on operation in MyFunction"/>
<event id="0x100" level="Detail" property="Button ISR Exit" info="Event on operation in MyFunction"/>
</events>
<script id="bw-fido2-page-script"/></component_viewer>