1 / 10

2013/03/04 Meeting

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) {

raja
Download Presentation

2013/03/04 Meeting

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2013/03/04 Meeting 指導教授:李志清 學生姓名:陳振堃

  2. 測試ADB功能 adb devices adb shell adb install

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

  4. 使用函式庫

  5. LED測試

  6. PWM測試

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

  8. ADC測試

More Related