comparison dhf/efr-dhf-bits.c @ 5:6ac30bef2b4b

dhf/efr-dhf-bits.c: created
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 20:10:38 +0000
parents
children
comparison
equal deleted inserted replaced
4:5aeebdcbddad 5:6ac30bef2b4b
1 /*
2 * This C module contains the standard EFR DHF in the form of a bit array.
3 */
4
5 #include <stdint.h>
6
7 const uint8_t efr_dhf_bits[244] = {
8 0,0,0,0,1,0,0,0,0,1,0,1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,1,0,0,0,0,1,1,1,1,1,0,1,0,
9 1,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,0,1,1,0,0,0,
10 0,1,1,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,
11 1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,
12 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,
13 1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
14 0,0,0,0,
15 };