2013/03/04 Meeting

Click here to load reader

download 2013/03/04  Meeting

of 10

description

2013/03/04 Meeting. 指導 教授:李志清 學生姓名:陳振堃. 測試 ADB 功能. a db devices. a db shell. a db install. Java Native Interface (JNI). static { try { System. loadLibrary (" friendlyarm -hardware"); } catch ( fiedLinkError e) { - PowerPoint PPT Presentation

Transcript of 2013/03/04 Meeting

2012/12/21 Meeting

2013/03/04 Meeting

ADB

adb devicesadb shelladb install

static { try { System.loadLibrary("friendlyarm-hardware"); } catch (fiedLinkError e) { Log.d(TAG, "libfriendlyarm-hardware library not found!"); } }Java Native Interface (JNI)

LED

setOnCheckedChangeListener6PWM

private TextWatcher mTextWatcher = new TextWatcher() {@Overridepublic void onTextChanged(CharSequence s, int start, int before, int count) {Try {mfrequency = Integer.parseInt(mEditTextFrequency.getText().toString());} catch (NumberFormatException e) {e.printStackTrace();}

ADC