C/C++プログラマの管理者が, Androidプログラムにチャレンジ. AndroidプログラミングのTipsをメモっていく予定です.

タグ検索でandroid11件見つかりました。

I2Cで通信する

com.moonlight_aska.androidthings.i2c;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.I2cDevice;}~~ &color(#ff0000){import com.google.android.things.pio…

https://seesaawiki.jp/w/moonlight_aska/d/I2C%a4%c7... - 2017年10月29日更新

UARTでデータを読む

com.moonlight_aska.androidthings.uart;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log; ~~ &color(#ff0000){import com.google.android.things.pio.PeripheralManagerService;}~~ &color(#ff0000){import com.google.a…

https://seesaawiki.jp/w/moonlight_aska/d/UART%a4%c... - 2017年10月29日更新

UARTでデータを書く

com.moonlight_aska.androidthings.uart;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log; ~~ &color(#ff0000){import com.google.android.things.pio.PeripheralManagerService;}~~ &color(#ff0000){import com.google.a…

https://seesaawiki.jp/w/moonlight_aska/d/UART%a4%c... - 2017年10月29日更新

GPIO入力をキーに割り当てる

com.moonlight_aska.androidthings.button;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ import android.view.KeyEvent;~~ &color(#ff0000){import com.google.android.things.contrib.driver.button.Button;}~~ &…

https://seesaawiki.jp/w/moonlight_aska/d/GPIO%c6%f... - 2017年10月29日更新

I/Oポート情報を取得する

com.moonlight_aska.androidthings.peripheral;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ import android.os.Build;~~ &color(#ff0000){import com.google.android.things.pio.PeripheralManagerService;}~~ ~~…

https://seesaawiki.jp/w/moonlight_aska/d/I/O%a5%dd... - 2017年10月29日更新

I2Cでレジスタの値を読む

com.moonlight_aska.androidthings.i2c;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.I2cDevice;}~~ &color(#ff0000){import com.google.android.things.pio…

https://seesaawiki.jp/w/moonlight_aska/d/I2C%a4%c7... - 2017年10月28日更新

I2Cでレジスタに値を書く

com.moonlight_aska.androidthings.i2c;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.I2cDevice;}~~ &color(#ff0000){import com.google.android.things.pio…

https://seesaawiki.jp/w/moonlight_aska/d/I2C%a4%c7... - 2017年10月28日更新

GPIOピンの状態を読む

com.moonlight_aska.androidthings.gpio;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.Gpio;}~~ &color(#ff0000){import com.google.android.things.pio.Per…

https://seesaawiki.jp/w/moonlight_aska/d/GPIO%a5%d... - 2017年10月28日更新

GPIOピンの状態変化を待つ

com.moonlight_aska.androidthings.gpio;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.Gpio;}~~ &color(#ff0000){import com.google.android.things.pio.Gpi…

https://seesaawiki.jp/w/moonlight_aska/d/GPIO%a5%d... - 2017年10月27日更新

GPIOにデータを書く

com.moonlight_aska.androidthings.gpio;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.Gpio;}~~ &color(#ff0000){import com.google.android.things.pio.Per…

https://seesaawiki.jp/w/moonlight_aska/d/GPIO%a4%c... - 2017年10月27日更新

PWM制御を行う

com.moonlight_aska.androidthings.pwm;~~ ~~ import android.app.Activity;~~ import android.os.Bundle;~~ import android.util.Log;~~ &color(#ff0000){import com.google.android.things.pio.PeripheralManagerService;}~~ &color(#ff0000){import com.google.and…

https://seesaawiki.jp/w/moonlight_aska/d/PWM%c0%a9... - 2017年10月27日更新

-(1) android(11) arudino(1) buttoninputdriver(1) firebase(1) gpio(3) i2c(3) pio(1) pwm(1) t(1) things(11) uart(2) uno(1) プロジェクト(1)

管理人/副管理人のみ編集できます