Is there a BitArray alternative for the .NET Micro Framework? I was thinking about simply using a bool[], but how can you convert it back into a byte[] ?
In the full
You can find a BitArray Implementation in the 802.15.4 Stack. Just search the Porting Kit for BitArray.cs