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.
Fork of moggo by
Diff: moggo.h
- Revision:
- 1:78d5142da831
- Parent:
- 0:3a60cf1c28ca
- Child:
- 2:eac5a192998a
--- a/moggo.h Thu Sep 06 21:58:40 2018 +0000
+++ b/moggo.h Mon Sep 10 20:19:56 2018 +0000
@@ -9,7 +9,7 @@
#define T_TYPE 4
#define S_TYPE 5
- uint8_t FIG_C[11]={0b11000000,0b11000000,0,0,0,0,0,0,0,0};
+ uint8_t FIG_C[11]={0b10000000,0b11000000,0b11100000,0b01000000,0b01100000,0};//FIG_C[0]=1; FIG_C[1]=11; FIG_C[2]=111; FIG_C[3]=01; FIG_C[4]=011
uint8_t FIG_I[11]={0b10000000,0b10000000,0b10000000,0,0,0,0,0,0,0};
uint8_t FIG_L[11]={0b10000000,0b10000000,0b11000000,0,0,0,0,0,0,0};
uint8_t FIG_T[11]={0b11100000,0b01000000,0,0,0,0,0,0,0,0};
