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.
Dependencies: Data_Clock_Pair Seeed_Chainable_LED Seeed_Four_Digit_Disp Seeed_IR_Temp_Sensor Seeed_Led_Bar
Fork of Seeed_Grove_4_Digit_Display_Clock by
Diff: DataClockPair.h
- Revision:
- 18:904d89c7811a
- Parent:
- 17:71c14845db51
- Child:
- 19:ad7bc3db9f1a
--- a/DataClockPair.h Sun May 21 13:33:34 2017 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#ifndef DATA_CLOCK_PAIR_H
-#define DATA_CLOCK_PAIR_H
-#include "mbed.h"
-struct DataClockPair{
- typedef PinName ClockPin;
- typedef PinName DataPin;
- ClockPin clockPin;
- DataPin dataPin;
-};
-#endif
