8 |
9 | however, they also provide excellent step-by-step tutorials for Core Bluetooth **even WITHOUT** owning the book.
10 |
11 | ## How to use
12 |
13 | ### If you have the book
14 |
15 | 詳細については書籍の該当する節(フォルダ名の先頭についている数字が書籍内の節番号に相当します)をご参照ください。
16 |
17 | ### If you don't have the book
18 |
19 | Please follow along with the example projects and the comments in the code. They will help you understand the basics of Core Bluetooth.
20 |
21 | なお、書籍の発行は2015年ですが、BLEの基礎概念は変わらないので、現在でも大いに参考になると思います。電子書籍版は[こちら](https://tatsu-zine.com/books/ios-ble-core-bluetooth-programming)で購入可能です。
22 |
23 | ### [note]
24 |
25 | Please do not move the `Common` folder as it is referenced in all projects.
26 |
27 |
--------------------------------------------------------------------------------