Search found 1 match

by principia4834
15 Oct 2021 20:10
Forum: Z-Uno
Topic: Bitmask operations missing for Z-Uno 2
Replies: 1
Views: 2529

Bitmask operations missing for Z-Uno 2

I'm compiling for Z-Uno 2 (3.0.6). The Bitmask operations — bitRead(), bitSet(), bitClear(), bitWrite() are all missing from Arduino.h causing errors when using these functions as defined in the Zuno reference. Editing in the macro definitions as in Z-Uno 1 and other Arduino boards allows error free...