summaryrefslogtreecommitdiff
path: root/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.sci
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.sci')
-rw-r--r--2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.sci16
1 files changed, 16 insertions, 0 deletions
diff --git a/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.sci b/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.sci
new file mode 100644
index 00000000..50a913fa
--- /dev/null
+++ b/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.sci
@@ -0,0 +1,16 @@
+function AVRSupportFunctions = GetAVRSupportFunctions()
+// -----------------------------------------------------------------
+// Get list of AVR peripherals supported
+//
+// Input data:
+// None
+//
+// Output data:
+// None
+//
+// Author: Siddhesh Wani
+// -----------------------------------------------------------------
+
+AVRSupportFunctions = ["AVRDigitalOut"];
+
+endfunction