particle-iot / core

Hardware design files for the Spark Core, a tiny Wi-Fi development kit.
https://www.spark.io/
Creative Commons Attribution Share Alike 4.0 International
367 stars 56 forks source link

Binary Definitions Missing #49

Closed synox closed 10 years ago

synox commented 10 years ago

In Arduino you can define binary values with B, e.g. "B10011".

See code: https://code.google.com/p/arduino/source/browse/trunk/hardware/arduino/cores/arduino/binary.h

use case: http://arduino.cc/en/Reference/LiquidCrystalCreateChar

This seems to be missing in spark core firmware.

towynlin commented 10 years ago

Great idea @synox! However, this repo is for the hardware of the Core. I re-posted this in the firmware repo. Thank you!