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@1:dc680896cbaa, 2020-10-15 (annotated)
- Committer:
- yu_yu
- Date:
- Thu Oct 15 13:59:53 2020 +0000
- Revision:
- 1:dc680896cbaa
- Parent:
- 0:779a9ff709b7
- Child:
- 2:8499d6246b2e
ver2
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 | 1:dc680896cbaa | 4 | extern const char emp_r[180][2]; |
yu_yu | 1:dc680896cbaa | 5 | extern const char emp_g[180][2]; |
yu_yu | 1:dc680896cbaa | 6 | extern const char emp_b[180][2]; |
yu_yu | 1:dc680896cbaa | 7 | |
yu_yu | 1:dc680896cbaa | 8 | extern const char r0[180][2]; |
yu_yu | 1:dc680896cbaa | 9 | extern const char g0[180][2]; |
yu_yu | 1:dc680896cbaa | 10 | extern const char b0[180][2]; |
yu_yu | 1:dc680896cbaa | 11 | |
yu_yu | 0:779a9ff709b7 | 12 | |
yu_yu | 0:779a9ff709b7 | 13 | #endif /* XC_HEADER_TEMPLATE_H */ |