@@ -6,21 +6,29 @@ This project is for connecting to the CloudBit made By [LittleBits](http://littl
66
77![ http://littlebits.cc/ ] ( https://s3.amazonaws.com/media.littlebits.cc/images/littlebits-logo.svg )
88
9- ### LittleBit API for Mac and iOS
109
11- #### Prerequisites
12- 1 . Have a littleBits account to associate your cloudBit to; [ Create account] ( https://littlebits.cc/signup ) .
10+ ## Other projects
11+ __ If you like this project be sure to check out__ :
12+
13+ * On screen design tool [ pXRay] ( https://itunes.apple.com/us/app/pxray/id950409092?mt=12 )
14+ * Advanced Android log viewer [ LogRabbit] ( https://itunes.apple.com/us/app/pxray/id950409092?mt=12 )
15+ * CoreData [ viewer] ( https://github.com/yepher/CoreDataUtility )
16+
17+ ## LittleBit API for Mac and iOS
18+
19+ ### Prerequisites
20+ 1 . Must have a littleBits account to associate your CloudBit to: [ Create account] ( https://littlebits.cc/signup ) .
13212 . Get ` ACCESS_TOKEN ` and ` CLOUDBIT_ID ` from [ Cloud Control] ( control.littlebitscloud.cc )
1422
15- #### References
23+ ### References
1624
1725* My API Notes [ API Notes] ( https://github.com/yepher/littlebits/blob/master/CloudBit_ProtocolNotes.md )
1826* LittleBits API [ Access API] ( http://developer.littlebitscloud.cc/access )
1927* LittleBits API [ HTTP API] ( http://developer.littlebitscloud.cc/api-http )
2028* Littlebits API [ API Examples] ( https://github.com/littlebits/cloud-api-lessons )
2129* Enable SSHD on CloudBit [ CloudBit File System] ( https://github.com/yepher/littlebits/blob/master/CloubitFileSystem.md )
2230
23- #### Project Layout
31+ ### Project Layout
2432
2533* ` common ` - this is used by both Mac and iOS so it must not contain platform specific code
2634* ` common/extern ` - common external dependencies (better to use CocoaPods when possible)
@@ -30,12 +38,12 @@ This project is for connecting to the CloudBit made By [LittleBits](http://littl
3038* ` ios ` - all IOS project code, resources etc
3139* ` mac ` - all OSX project code, resources etc
3240
33- #### Next Steps
41+ ### Next Steps
3442
3543* Implement ability to configuring WiFi in cloud bit from Mac or iOS app
3644
3745
38- ### Mac App
46+ ## Mac App
3947
4048To use the Mac App:
4149* Launch app
@@ -48,10 +56,12 @@ To use the Mac App:
4856
4957![ Main Window] ( https://raw.githubusercontent.com/yepher/littlebits/master/design/screen/mainScreen.png )
5058
59+ YFRStyleKit::drawRobotArmWithAngle: (CGFloat)angle
5160![ RobotArm] ( https://raw.githubusercontent.com/yepher/littlebits/master/design/screen/robotArm.png )
5261
62+ This is a work in progress
5363![ Number Display] ( https://raw.githubusercontent.com/yepher/littlebits/master/design/screen/021Number.png )
5464
55- ### iOS App
65+ ## iOS App
5666
5767TODO
0 commit comments