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.
hanabi.h@3:fda302b6edd8, 2020-10-16 (annotated)
- Committer:
- yu_yu
- Date:
- Fri Oct 16 14:59:23 2020 +0000
- Revision:
- 3:fda302b6edd8
- Parent:
- 2:8499d6246b2e
ver2.3;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
yu_yu | 0:779a9ff709b7 | 1 | #ifndef HANABI_H |
yu_yu | 0:779a9ff709b7 | 2 | #define HANABI_H |
yu_yu | 0:779a9ff709b7 | 3 | |
yu_yu | 2:8499d6246b2e | 4 | extern const char emp[180][2]; |
yu_yu | 2:8499d6246b2e | 5 | extern const char full[180][2]; |
yu_yu | 1:dc680896cbaa | 6 | |
yu_yu | 2:8499d6246b2e | 7 | extern const char red0[180][2]; |
yu_yu | 1:dc680896cbaa | 8 | extern const char g0[180][2]; |
yu_yu | 1:dc680896cbaa | 9 | extern const char b0[180][2]; |
yu_yu | 1:dc680896cbaa | 10 | |
yu_yu | 0:779a9ff709b7 | 11 | |
yu_yu | 0:779a9ff709b7 | 12 | #endif /* XC_HEADER_TEMPLATE_H */ |