kickingvegas / YmsCoreBluetooth

A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API. Includes Deanna and DeannaMac, applications to communicate with a TI SensorTag for iOS and OS X respectively.
Other
525 stars 128 forks source link

Fix scan example in README #105

Closed skyebook closed 10 years ago

skyebook commented 10 years ago

Fix class name in README example for scanning peripherals. (DEACentralManager -> YMSCBCentralManager)

skyebook commented 10 years ago

Oh nevermind this, I see that DEACentralManager is your subclass name for the Deanna example :)

kickingvegas commented 10 years ago

Thanks anyways!