-
Getting Startedのプログラムを元にkonashiについているLED2を点灯させようとしたのですが、点灯しません。
bluetooth によるiPhone(5c)との接続は、完了しているみたいです。(ログ出力により、確認)
-
1
を与えているが、
uint8_t arr = 1;
[NSData dataWithBytes:*arr]
などに修正が必要
-
-
Michaels-MacBook-Pro:trunk Michael$ pod update
Update all pods
Analyzing dependencies
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the pa…
-
## What
https://github.com/YUKAI/konashi-android-sdk/blob/master/build.gradle#L10
の通り,classpathの指定を
```
classpath 'com.github.dcendents:android-maven-plugin:1.2'
```
にしていると,gradle syncを実行した際に
```…
-
1の桁しか違わないデバイスを買った人が困惑する模様。
SDKの問題かどうかは未検証です。
iOSの別のアプリとか、androidのアプリからはちゃんと見えるので、おそらくsdkと思われます。
-
[Konashi digitalRead:PIO0 handler:^(int value){
NSLog("PIO0 = %d", value);
}];
みたいな感じで。
-
bleドングルが必要など、特殊なので。
参考
http://developer.apple.com/library/ios/#technotes/tn2295/_index.html
http://mokumokusan0205.blog.fc2.com/blog-entry-130.html
http://d.hatena.ne.jp/nakamura001/20130217/13611163…
-
ARCを強制的にONする方法を書く
-
ずれて表示される。
https://github.com/TimCinel/ActionSheetPicker
を使ってみるのもいいかも。