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.
moggo.h
- Committer:
- jiuk
- Date:
- 2018-11-18
- Revision:
- 3:81dc55b0a8d7
- Parent:
- 0:2dabb9782f24
File content as of revision 3:81dc55b0a8d7:
#ifndef MOGGO_H
#define MOGGO_H
#include "mbed.h"
#define ALL_TYPE 1
uint8_t FIG_ALL[7]={0b10000000,0b11000000,0b11100000,0b01000000,0b01100000,0,0b00100000};//FIG_C[0]=1; FIG_C[1]=11; FIG_C[2]=111; FIG_C[3]=01; FIG_C[4]=011
#endif // MOGGO_H