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.
Dependents: MASTU-bed_I2CLCD MATSU-bed_blinky MATSU-bed_softwareserial MATSU-bed_detection
Revision 1:a58c512efe5c, committed 2018-12-02
- Comitter:
- Tiryoh
- Date:
- Sun Dec 02 18:07:14 2018 +0000
- Parent:
- 0:2318cc82d7fc
- Commit message:
- Update filename
Changed in this revision
MATSU-bed.h | Show diff for this revision Revisions of this file |
MATSUbed.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2318cc82d7fc -r a58c512efe5c MATSU-bed.h --- a/MATSU-bed.h Sat Nov 24 07:23:42 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#ifndef MATSUBED_H -#define MATSUBED_H - -#define LED1 P0_29 -#define LED2 P0_28 -#define LED3 P0_27 -#define LED4 P0_26 - -#define ISP0 P0_4 -#define ISP1 P0_16 - -#endif \ No newline at end of file
diff -r 2318cc82d7fc -r a58c512efe5c MATSUbed.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MATSUbed.h Sun Dec 02 18:07:14 2018 +0000 @@ -0,0 +1,18 @@ +/** +* @file MATSUbed.h +* @brief PIN definitions of MATSU-bed +* @author Tiryoh<tiryoh@gmail.com> +* @date Dec. 3rd, 2018 +*/ +#ifndef MATSUBED_H +#define MATSUBED_H + +#define LED1 P0_29 +#define LED2 P0_28 +#define LED3 P0_27 +#define LED4 P0_26 + +#define ISP0 P0_4 +#define ISP1 P0_16 + +#endif \ No newline at end of file