Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: portSet.hpp
- Revision:
- 0:1456b6f84c75
- Child:
- 2:e7b09385d197
diff -r 000000000000 -r 1456b6f84c75 portSet.hpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/portSet.hpp	Fri Feb 25 05:20:11 2022 +0000
@@ -0,0 +1,6 @@
+#pragma once
+#include <mbed.h>
+
+typedef struct Port{
+    PinName pin[2];    
+}Port;
\ No newline at end of file