mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-21 13:53:38 -07:00
LSB==47
This commit is contained in:
parent
97c5f4c9d5
commit
33fc020ce8
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ namespace qcbadge.Controllers
|
|||
.Select(c => int.Parse(c.ToString())) // convert each char to int
|
||||
.ToArray(); // Convert IEnumerable from select to Array
|
||||
|
||||
//Bitset is inversed from spec. LSB==47
|
||||
for (int i = 0; i < 48; i++)
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine("i: " + i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue