Cannot compile either of the examples because of the following error:
Arduino: 1.8.5 (Windows 7), Board: "SparkFun Pro Micro, ATmega32U4 (3.3V, 8 MHz)"
C:\Arduino\libraries\SparkFun_HM1X_Bluetooth_Arduino_Library\examples\HardwareSerial_01_Passthrough\HardwareSerial_01_Passthrough.ino: In function 'void setup()':
HardwareSerial_01_Passthrough:43: error: 'class HM1X_BT' has no member named 'begin'
if (bt.begin(Serial1, 9600) == false) {
exit status 1
'class HM1X_BT' has no member named 'begin'