Hi!
I've been working with the TinyShield_NRF8001_BLE_Example project to learn how the TinyShield nRF8001 communicates and I noticed the following comment:
//when using this project in the Arduino IDE, delete the following include and rename UART.h to UART.ino
...and I just had some questions:
- Is the intent of the comment to advise us to rename UART.h to UART.ino, and then use that as the basis of future Arduino projects?
- Is there a problem with using TinyShield_NRF8001_BLE_Example.ino as a template for future work?
I was building off the TinyShield_NRF8001_BLE_Example.ino and finally read that comment and I got to wondering, so any advice on that will be appreciated.

Thanks in advance!
-Evan