/Bluetooth_HC05

Library for using HC-05 bluetooth module with Arduino.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Library for using HC-05 bluetooth module with Arduino. It saves yor time by abstracting you from AT-commands, which control the module, with class Bluetooth_HC05 and it's methods. Of course it adds some overhead to your firmware, but it's the price you pay for great convinience of getting the things done with several method calls rather than writing a parser for large AT-command set.