这个人很懒,暂无签名信息
简单的获取周边的蓝牙设备需要以下几步 1、导入对应的框架 #import 2、创建对象,遵循代理事件 创建CBCentralManager对象,并遵循CBCentralManagerDelegate代理协议 @interface BlueToothViewController () @property (nonatomic,strong) CBCentralManager *m...
LPC4350 SGPIO Experimentation The NXP LPC43xx microcontrollers have an interesting, programmable serial peripheral called the SGPIO (Serial GPIO). It consists of a slew of counters and shift ...