This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
PTR-Events/components.scvd
2024-04-08 12:52:52 +02:00

13 lines
835 B
XML

<?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>