├── LICENSE ├── README.md ├── book ├── 1.0.md ├── 1.1.md ├── 1.2.md ├── 1.3.md ├── 1.4.md ├── 2.0.md ├── 2.1.md ├── 2.2.md ├── 3.0.md ├── 3.1.md ├── 3.2.md ├── 3.3.md ├── 3.4.md ├── 3.5.md ├── 3.6.md ├── 3.7.md ├── 3.8.md ├── 5.0.md ├── 5.1.md ├── 5.2.md ├── 5.3.md ├── 5.4.md ├── 5.5.md ├── 6.0.md ├── 6.1.md ├── 6.2.md ├── 6.3.md ├── 6.4.md ├── 6.5.md ├── 7.0.md ├── 7.1.md ├── 7.2.md ├── 7.3.md ├── appendixA.md ├── directory.md ├── imgs │ ├── 1.0 │ │ ├── 1.0-1.png │ │ ├── 1.0-2.png │ │ ├── 1.0-3.png │ │ ├── 1.0-4.png │ │ ├── 1.0-5.png │ │ └── 1.0-6.png │ ├── 1.1 │ │ ├── 1.1-1.png │ │ ├── 1.1-10.png │ │ ├── 1.1-2.png │ │ ├── 1.1-3.png │ │ ├── 1.1-4.png │ │ ├── 1.1-5.png │ │ ├── 1.1-6.png │ │ ├── 1.1-7.png │ │ ├── 1.1-8.png │ │ └── 1.1-9.png │ ├── 1.2 │ │ ├── 1.2-1.png │ │ ├── 1.2-2.png │ │ ├── 1.2-3.png │ │ ├── 1.2-4.png │ │ └── nano-pin.jpg │ ├── 1.3 │ │ ├── 1.3-1.png │ │ ├── 1.3-2.png │ │ ├── 1.3-3.png │ │ ├── 1.3-4.jpg │ │ └── 1.3-5.png │ ├── 1.4 │ │ ├── 1.4-1.jpg │ │ ├── 1.4-2.jpg │ │ ├── 1.4-3.jpg │ │ ├── 1.4-4.gif │ │ ├── 1.4-5.jpg │ │ ├── 1.4-6.png │ │ └── 1.4-7.png │ ├── 2.1 │ │ ├── 2.1-1.png │ │ ├── 2.1-10.png │ │ ├── 2.1-11.png │ │ ├── 2.1-12.png │ │ ├── 2.1-13.png │ │ ├── 2.1-14.png │ │ ├── 2.1-15.png │ │ ├── 2.1-16.png │ │ ├── 2.1-17.png │ │ ├── 2.1-18.png │ │ ├── 2.1-19.png │ │ ├── 2.1-2.png │ │ ├── 2.1-20.png │ │ ├── 2.1-21.png │ │ ├── 2.1-3.png │ │ ├── 2.1-4.png │ │ ├── 2.1-5.png │ │ ├── 2.1-6.png │ │ ├── 2.1-7.png │ │ ├── 2.1-8.png │ │ └── 2.1-9.png │ ├── 2.2 │ │ ├── 2.2-1.png │ │ ├── 2.2-2.png │ │ ├── 2.2-3.png │ │ ├── 2.2-4.png │ │ ├── 2.2-5.png │ │ └── 2.2-6.png │ ├── 3.1 │ │ ├── 3.1-1.png │ │ ├── 3.1-10.png │ │ ├── 3.1-11.png │ │ ├── 3.1-12.png │ │ ├── 3.1-13.png │ │ ├── 3.1-14.png │ │ ├── 3.1-15.png │ │ ├── 3.1-16-2.png │ │ ├── 3.1-16.png │ │ ├── 3.1-17.png │ │ ├── 3.1-18.png │ │ ├── 3.1-19.png │ │ ├── 3.1-2.png │ │ ├── 3.1-20.png │ │ ├── 3.1-21.png │ │ ├── 3.1-22.png │ │ ├── 3.1-23.png │ │ ├── 3.1-24.png │ │ ├── 3.1-25.png │ │ ├── 3.1-26.png │ │ ├── 3.1-27.png │ │ ├── 3.1-28.png │ │ ├── 3.1-29.png │ │ ├── 3.1-3.png │ │ ├── 3.1-30.png │ │ ├── 3.1-4.png │ │ ├── 3.1-5.png │ │ ├── 3.1-6.png │ │ ├── 3.1-7.png │ │ ├── 3.1-8.png │ │ └── 3.1-9.png │ ├── 3.2 │ │ ├── 3.2-1.png │ │ ├── 3.2-10.png │ │ ├── 3.2-11.png │ │ ├── 3.2-12.png │ │ ├── 3.2-13.png │ │ ├── 3.2-14.png │ │ ├── 3.2-15.png │ │ ├── 3.2-16.png │ │ ├── 3.2-17.png │ │ ├── 3.2-2.png │ │ ├── 3.2-3.png │ │ ├── 3.2-4.png │ │ ├── 3.2-5.png │ │ ├── 3.2-6.png │ │ ├── 3.2-7.png │ │ ├── 3.2-8.png │ │ └── 3.2-9.png │ ├── 3.3 │ │ ├── 3.3-1.png │ │ ├── 3.3-2.png │ │ ├── 3.3-3.png │ │ ├── 3.3-4.png │ │ ├── 3.3-5.png │ │ ├── 3.3-6.png │ │ ├── 3.3-7.png │ │ ├── 3.3-8.png │ │ └── 3.3-9.png │ ├── 3.4 │ │ ├── 3.4-1.png │ │ ├── 3.4-10.png │ │ ├── 3.4-11.png │ │ ├── 3.4-12.png │ │ ├── 3.4-13.png │ │ ├── 3.4-14.png │ │ ├── 3.4-15.png │ │ ├── 3.4-16.png │ │ ├── 3.4-17.png │ │ ├── 3.4-18.png │ │ ├── 3.4-19.png │ │ ├── 3.4-2.png │ │ ├── 3.4-20.png │ │ ├── 3.4-21.png │ │ ├── 3.4-22.png │ │ ├── 3.4-3.png │ │ ├── 3.4-4.png │ │ ├── 3.4-5.png │ │ ├── 3.4-6.png │ │ ├── 3.4-7.png │ │ ├── 3.4-8.png │ │ └── 3.4-9.png │ ├── 3.5 │ │ ├── 3.5-1.png │ │ ├── 3.5-2.png │ │ ├── 3.5-3.png │ │ ├── 3.5-4.png │ │ ├── 3.5-5.png │ │ └── 3.5-6.png │ ├── 3.6 │ │ └── 3.6-1.png │ ├── 3.7 │ │ ├── 3.7-1.png │ │ ├── 3.7-2.png │ │ ├── 3.7-3.png │ │ ├── 3.7-4.png │ │ ├── 3.7-5.png │ │ ├── 3.7-6.png │ │ ├── 3.7-7.png │ │ ├── 3.7-8.png │ │ └── 3.7-9.png │ ├── 3.8 │ │ ├── 3.8-1.png │ │ ├── 3.8-2.png │ │ ├── 3.8-3.png │ │ ├── 3.8-4.png │ │ ├── 3.8-5.png │ │ └── 3.8-6.png │ ├── 4.1 │ │ ├── 4.1-1.jpeg │ │ ├── 4.1-10.jpeg │ │ ├── 4.1-11.jpeg │ │ ├── 4.1-12.jpeg │ │ ├── 4.1-2.jpeg │ │ ├── 4.1-3.jpeg │ │ ├── 4.1-4.jpeg │ │ ├── 4.1-5.jpeg │ │ ├── 4.1-6.jpeg │ │ ├── 4.1-7.jpeg │ │ ├── 4.1-8.jpeg │ │ └── 4.1-9.jpeg │ ├── 5.1 │ │ ├── 5.1-1.png │ │ ├── 5.1-2.png │ │ ├── 5.1-3.png │ │ ├── 5.1-4.png │ │ ├── 5.1-5.png │ │ └── 5.1-6.png │ ├── 5.2 │ │ ├── 5.2-1.png │ │ ├── 5.2-2.png │ │ ├── 5.2-3.png │ │ └── 5.2-4.png │ ├── 5.3 │ │ ├── 5.3-1.jpg │ │ ├── 5.3-2.png │ │ ├── 5.3-3.png │ │ └── 5.3-4.png │ ├── 5.4 │ │ ├── 5.4-1.jpg │ │ ├── 5.4-10.png │ │ ├── 5.4-11.png │ │ ├── 5.4-12.png │ │ ├── 5.4-13.png │ │ ├── 5.4-14.png │ │ ├── 5.4-15.png │ │ ├── 5.4-16.png │ │ ├── 5.4-17.png │ │ ├── 5.4-18.png │ │ ├── 5.4-19.png │ │ ├── 5.4-2.png │ │ ├── 5.4-20.png │ │ ├── 5.4-21.png │ │ ├── 5.4-3.png │ │ ├── 5.4-4.png │ │ ├── 5.4-5.png │ │ ├── 5.4-6.png │ │ ├── 5.4-7.png │ │ ├── 5.4-8.png │ │ └── 5.4-9.png │ ├── 5.5 │ │ ├── 5.5-1.png │ │ ├── 5.5-10.png │ │ ├── 5.5-11.png │ │ ├── 5.5-12.png │ │ ├── 5.5-13.png │ │ ├── 5.5-14.png │ │ ├── 5.5-15.png │ │ ├── 5.5-16.png │ │ ├── 5.5-17.png │ │ ├── 5.5-18.png │ │ ├── 5.5-19.png │ │ ├── 5.5-2.png │ │ ├── 5.5-20.png │ │ ├── 5.5-21.png │ │ ├── 5.5-22.png │ │ ├── 5.5-23.png │ │ ├── 5.5-24.png │ │ ├── 5.5-25.png │ │ ├── 5.5-26.png │ │ ├── 5.5-27.png │ │ ├── 5.5-28.png │ │ ├── 5.5-29.png │ │ ├── 5.5-3.png │ │ ├── 5.5-30.png │ │ ├── 5.5-31.png │ │ ├── 5.5-32.png │ │ ├── 5.5-33.png │ │ ├── 5.5-34.png │ │ ├── 5.5-35.png │ │ ├── 5.5-36.png │ │ ├── 5.5-37.png │ │ ├── 5.5-38.png │ │ ├── 5.5-39.png │ │ ├── 5.5-4.png │ │ ├── 5.5-5.png │ │ ├── 5.5-6.png │ │ ├── 5.5-7.png │ │ ├── 5.5-8.png │ │ └── 5.5-9.png │ ├── 6.1 │ │ └── 6.1-1.png │ ├── 6.2 │ │ ├── 6.2-1.png │ │ ├── 6.2-2.png │ │ ├── 6.2-3.png │ │ ├── 6.2-4.png │ │ ├── 6.2-5.png │ │ ├── 6.2-6.png │ │ ├── 6.2-7.png │ │ └── 6.2-8.png │ ├── 6.3 │ │ ├── 6.3-1.png │ │ ├── 6.3-10.png │ │ ├── 6.3-11.png │ │ ├── 6.3-12.png │ │ ├── 6.3-13.png │ │ ├── 6.3-14.png │ │ ├── 6.3-15.png │ │ ├── 6.3-16.png │ │ ├── 6.3-17.png │ │ ├── 6.3-2.png │ │ ├── 6.3-3.png │ │ ├── 6.3-4.png │ │ ├── 6.3-5.png │ │ ├── 6.3-6.png │ │ ├── 6.3-7.png │ │ ├── 6.3-8.png │ │ └── 6.3-9.png │ ├── 6.4 │ │ ├── 6.4-1.png │ │ ├── 6.4-10.png │ │ ├── 6.4-11.png │ │ ├── 6.4-12.png │ │ ├── 6.4-13.png │ │ ├── 6.4-14.png │ │ ├── 6.4-15.png │ │ ├── 6.4-16.png │ │ ├── 6.4-17.png │ │ ├── 6.4-18.png │ │ ├── 6.4-19.png │ │ ├── 6.4-2.png │ │ ├── 6.4-20.png │ │ ├── 6.4-3.png │ │ ├── 6.4-4.png │ │ ├── 6.4-5.png │ │ ├── 6.4-6.png │ │ ├── 6.4-7.png │ │ ├── 6.4-8.png │ │ └── 6.4-9.png │ ├── 6.5 │ │ ├── 6.5-1.png │ │ ├── 6.5-10.png │ │ ├── 6.5-11.png │ │ ├── 6.5-12.png │ │ ├── 6.5-13.png │ │ ├── 6.5-14.png │ │ ├── 6.5-15.jpg │ │ ├── 6.5-16.mp4 │ │ ├── 6.5-2.png │ │ ├── 6.5-3.png │ │ ├── 6.5-4.png │ │ ├── 6.5-5.png │ │ ├── 6.5-6.png │ │ ├── 6.5-7.png │ │ ├── 6.5-8.png │ │ └── 6.5-9.png │ ├── 7.1 │ │ ├── 7.1-1.png │ │ ├── 7.1-2.png │ │ ├── 7.1-3.png │ │ ├── 7.1-4.png │ │ ├── 7.1-5.png │ │ ├── 7.1-6.png │ │ └── 7.1-7.png │ ├── 7.2 │ │ ├── 7.2-1.png │ │ ├── 7.2-10.png │ │ ├── 7.2-11.png │ │ ├── 7.2-2.png │ │ ├── 7.2-3.png │ │ ├── 7.2-4.png │ │ ├── 7.2-5.jpg │ │ ├── 7.2-6.png │ │ ├── 7.2-7.png │ │ ├── 7.2-8.png │ │ └── 7.2-9.png │ ├── 7.3 │ │ ├── 7.3-1.png │ │ ├── 7.3-2.jpg │ │ ├── 7.3-3.png │ │ └── 7.3-4.png │ └── appendixA │ │ ├── appendixA-1.png │ │ ├── appendixA-2.png │ │ └── appendixA-3.png ├── ios_part │ ├── README.md │ ├── book │ │ ├── 4.0.md │ │ ├── 4.1.md │ │ ├── 4.2.md │ │ ├── 4.3.md │ │ ├── 4.4.md │ │ ├── 4.5.md │ │ ├── 6.4.md │ │ ├── 6.5.md │ │ ├── appendixB.md │ │ └── directory.md │ └── code │ │ └── 6.6 │ │ └── BLECom │ │ ├── BLECom.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcuserdata │ │ │ │ ├── kalen.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── ustb.xcuserdatad │ │ │ │ ├── UserInterfaceState.xcuserstate │ │ │ │ └── WorkspaceSettings.xcsettings │ │ └── xcuserdata │ │ │ ├── kalen.xcuserdatad │ │ │ └── xcschemes │ │ │ │ ├── BLECom.temp_caseinsensitive_rename.xcscheme │ │ │ │ └── xcschememanagement.plist │ │ │ └── ustb.xcuserdatad │ │ │ └── xcschemes │ │ │ ├── BleCom.xcscheme │ │ │ └── xcschememanagement.plist │ │ ├── BleCom │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── DeviceControlController.h │ │ ├── DeviceControlController.m │ │ ├── DeviceScanController.h │ │ ├── DeviceScanController.m │ │ ├── Images.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── LaunchImage.launchimage │ │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── LeSensorObserver.h │ │ ├── LeSensorObserver.m │ │ ├── LeStatusNotificationCenter.h │ │ ├── LeStatusNotificationCenter.m │ │ ├── SerialGATT.h │ │ ├── SerialGATT.m │ │ ├── icon.png │ │ └── main.m │ │ ├── BleComTests │ │ ├── BleComTests.m │ │ └── Info.plist │ │ └── README.md ├── old │ ├── README.md │ ├── android-adt │ │ ├── .gitkeep │ │ ├── 3.0.md │ │ ├── 3.1.md │ │ ├── 3.2.md │ │ ├── 3.3.md │ │ ├── 3.4.md │ │ ├── 3.5.md │ │ ├── 3.6.md │ │ ├── 3.7.md │ │ ├── 6.4.md │ │ ├── 6.5.md │ │ ├── appendixA.md │ │ ├── appendixB.md │ │ ├── code │ │ │ ├── 3.1 │ │ │ │ └── HelloActivity │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── HelloActivity.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ └── R.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-b0f60b6193b1a748d17ed638bb291550.jar │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── helloactivity │ │ │ │ │ └── MainActivity.java │ │ │ ├── 3.2 │ │ │ │ └── HelloActivity │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── HelloActivity.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ └── SecondActivity.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-b0f60b6193b1a748d17ed638bb291550.jar │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ │ └── activity_second.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── helloactivity │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── SecondActivity.java │ │ │ ├── 3.3 │ │ │ │ └── HelloActivity │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── HelloActivity.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ ├── SecondActivity$1.class │ │ │ │ │ │ │ └── SecondActivity.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-b0f60b6193b1a748d17ed638bb291550.jar │ │ │ │ │ ├── jarlist.cache │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ │ └── activity_second.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── helloactivity │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── SecondActivity.java │ │ │ ├── 3.4 │ │ │ │ └── HelloActivity │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── HelloActivity.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ ├── SecondActivity$1.class │ │ │ │ │ │ │ └── SecondActivity.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-b0f60b6193b1a748d17ed638bb291550.jar │ │ │ │ │ ├── jarlist.cache │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── helloactivity │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ │ └── activity_second.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── helloactivity │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── SecondActivity.java │ │ │ ├── 3.5 │ │ │ │ └── StudyListView │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── StudyListView.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── studylistview │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── ItemAdapter$ViewHolder.class │ │ │ │ │ │ │ ├── ItemAdapter.class │ │ │ │ │ │ │ ├── ItemBean.class │ │ │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ └── R.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-99db8c16b864373afb9ec8e6257c03c1.jar │ │ │ │ │ ├── jarlist.cache │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── studylistview │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ │ └── item_lv.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── studylistview │ │ │ │ │ ├── ItemAdapter.java │ │ │ │ │ ├── ItemBean.java │ │ │ │ │ └── MainActivity.java │ │ │ ├── 3.6 │ │ │ │ └── BindService │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── BindService.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── bindservice │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ │ │ ├── MainActivity$2.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ ├── TestService$1.class │ │ │ │ │ │ │ ├── TestService$MyBinder.class │ │ │ │ │ │ │ └── TestService.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-4819496be2cb314bb3fb4d27b4d7c75f.jar │ │ │ │ │ ├── jarlist.cache │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── bindservice │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── bindservice │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── TestService.java │ │ │ ├── 3.7 │ │ │ │ ├── StudyBroadCastReceiver2 │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── StudyBroadCastReceiver2.apk │ │ │ │ │ │ ├── classes.dex │ │ │ │ │ │ ├── classes │ │ │ │ │ │ │ └── com │ │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ │ └── studybroadcastreceiver2 │ │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ │ │ │ ├── MainActivity$MyReceiver.class │ │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ │ └── android-support-v4-930c6e3dc04d097b16fe3df516f45f32.jar │ │ │ │ │ │ ├── jarlist.cache │ │ │ │ │ │ ├── res │ │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── studybroadcastreceiver2 │ │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── layout │ │ │ │ │ │ │ └── activity_main.xml │ │ │ │ │ │ ├── menu │ │ │ │ │ │ │ └── main.xml │ │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ │ └── styles.xml │ │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ │ └── styles.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── studybroadcastreceiver2 │ │ │ │ │ │ └── MainActivity.java │ │ │ │ └── StudyBroadcastReceiver │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── StudyBroadcastReceiver.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ └── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── studybroadcastreceiver │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── MainActivity$SMSReceiver.class │ │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ └── R.class │ │ │ │ │ ├── dexedLibs │ │ │ │ │ │ └── android-support-v4-93a15d518b24ad8ebcc557ba5b773802.jar │ │ │ │ │ ├── jarlist.cache │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── studybroadcastreceiver │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── ic_launcher-web.png │ │ │ │ │ ├── libs │ │ │ │ │ └── android-support-v4.jar │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw600dp │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ │ └── dimens.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── dimens.xml │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ └── styles.xml │ │ │ │ │ └── src │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── studybroadcastreceiver │ │ │ │ │ └── MainActivity.java │ │ │ ├── 6.4 │ │ │ │ └── BLECom │ │ │ │ │ ├── .classpath │ │ │ │ │ ├── .project │ │ │ │ │ ├── .settings │ │ │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ │ │ ├── org.eclipse.jdt.core.prefs │ │ │ │ │ └── org.jboss.ide.eclipse.as.core.prefs │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── BLECom.apk │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ ├── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ │ └── android │ │ │ │ │ │ │ │ └── bluetoothlegatt │ │ │ │ │ │ │ │ ├── BluetoothLeService$1.class │ │ │ │ │ │ │ │ ├── BluetoothLeService$LocalBinder.class │ │ │ │ │ │ │ │ ├── BluetoothLeService.class │ │ │ │ │ │ │ │ └── SampleGattAttributes.class │ │ │ │ │ │ └── kalen │ │ │ │ │ │ │ └── app │ │ │ │ │ │ │ └── blecom │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ ├── LeDeviceListAdapter$ViewHolder.class │ │ │ │ │ │ │ └── LeDeviceListAdapter.class │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ └── C.class │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ ├── DeviceControlActivity$1.class │ │ │ │ │ │ │ ├── DeviceControlActivity$2.class │ │ │ │ │ │ │ ├── DeviceControlActivity$3.class │ │ │ │ │ │ │ ├── DeviceControlActivity.class │ │ │ │ │ │ │ ├── DeviceScanActivity$1$1.class │ │ │ │ │ │ │ ├── DeviceScanActivity$1.class │ │ │ │ │ │ │ ├── DeviceScanActivity$2.class │ │ │ │ │ │ │ └── DeviceScanActivity.class │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ │ └── tile.9.png │ │ │ │ │ │ │ ├── drawable-ldpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ │ ├── gen │ │ │ │ │ └── kalen │ │ │ │ │ │ └── app │ │ │ │ │ │ └── blecom │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── proguard-project.txt │ │ │ │ │ ├── project.properties │ │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── tile.9.png │ │ │ │ │ ├── drawable-ldpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── actionbar_indeterminate_progress.xml │ │ │ │ │ │ ├── activity_control.xml │ │ │ │ │ │ ├── activity_scan.xml │ │ │ │ │ │ └── item_device_list.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ ├── gatt_services.xml │ │ │ │ │ │ └── main.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ ├── template-dimens.xml │ │ │ │ │ │ └── template-styles.xml │ │ │ │ │ └── src │ │ │ │ │ ├── com │ │ │ │ │ └── example │ │ │ │ │ │ └── android │ │ │ │ │ │ └── bluetoothlegatt │ │ │ │ │ │ ├── BluetoothLeService.java │ │ │ │ │ │ └── SampleGattAttributes.java │ │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── blecom │ │ │ │ │ ├── adapter │ │ │ │ │ └── LeDeviceListAdapter.java │ │ │ │ │ ├── model │ │ │ │ │ └── C.java │ │ │ │ │ └── ui │ │ │ │ │ ├── DeviceControlActivity.java │ │ │ │ │ └── DeviceScanActivity.java │ │ │ └── 6.5 │ │ │ │ ├── BleRGBController │ │ │ │ ├── .classpath │ │ │ │ ├── .project │ │ │ │ ├── .settings │ │ │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ │ │ ├── org.eclipse.jdt.core.prefs │ │ │ │ │ └── org.jboss.ide.eclipse.as.core.prefs │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── bin │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── classes.dex │ │ │ │ │ ├── classes │ │ │ │ │ │ ├── com │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ │ └── android │ │ │ │ │ │ │ │ └── bluetoothlegatt │ │ │ │ │ │ │ │ ├── BluetoothLeService$1.class │ │ │ │ │ │ │ │ ├── BluetoothLeService$LocalBinder.class │ │ │ │ │ │ │ │ ├── BluetoothLeService.class │ │ │ │ │ │ │ │ └── SampleGattAttributes.class │ │ │ │ │ │ └── kalen │ │ │ │ │ │ │ └── app │ │ │ │ │ │ │ ├── blecom │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ ├── LeDeviceListAdapter$ViewHolder.class │ │ │ │ │ │ │ │ └── LeDeviceListAdapter.class │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ └── C.class │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ │ ├── DeviceControlActivity$1.class │ │ │ │ │ │ │ │ ├── DeviceControlActivity$2.class │ │ │ │ │ │ │ │ ├── DeviceControlActivity.class │ │ │ │ │ │ │ │ ├── DeviceScanActivity$1$1.class │ │ │ │ │ │ │ │ ├── DeviceScanActivity$1.class │ │ │ │ │ │ │ │ ├── DeviceScanActivity$2.class │ │ │ │ │ │ │ │ └── DeviceScanActivity.class │ │ │ │ │ │ │ └── blergbcontroller │ │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ │ └── R.class │ │ │ │ │ ├── res │ │ │ │ │ │ └── crunch │ │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ │ └── tile.9.png │ │ │ │ │ │ │ ├── drawable-ldpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ └── drawable-xhdpi │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ └── resources.ap_ │ │ │ │ ├── gen │ │ │ │ │ └── kalen │ │ │ │ │ │ └── app │ │ │ │ │ │ └── blergbcontroller │ │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ │ └── R.java │ │ │ │ ├── proguard-project.txt │ │ │ │ ├── project.properties │ │ │ │ ├── res │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ │ └── tile.9.png │ │ │ │ │ ├── drawable-ldpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── actionbar_indeterminate_progress.xml │ │ │ │ │ │ ├── activity_control.xml │ │ │ │ │ │ ├── activity_scan.xml │ │ │ │ │ │ └── item_device_list.xml │ │ │ │ │ ├── menu │ │ │ │ │ │ ├── gatt_services.xml │ │ │ │ │ │ └── main.xml │ │ │ │ │ └── values │ │ │ │ │ │ ├── strings.xml │ │ │ │ │ │ ├── template-dimens.xml │ │ │ │ │ │ └── template-styles.xml │ │ │ │ └── src │ │ │ │ │ ├── com │ │ │ │ │ └── example │ │ │ │ │ │ └── android │ │ │ │ │ │ └── bluetoothlegatt │ │ │ │ │ │ ├── BluetoothLeService.java │ │ │ │ │ │ └── SampleGattAttributes.java │ │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── blecom │ │ │ │ │ ├── adapter │ │ │ │ │ └── LeDeviceListAdapter.java │ │ │ │ │ ├── model │ │ │ │ │ └── C.java │ │ │ │ │ └── ui │ │ │ │ │ ├── DeviceControlActivity.java │ │ │ │ │ └── DeviceScanActivity.java │ │ │ │ └── SeekBarTest │ │ │ │ ├── .classpath │ │ │ │ ├── .project │ │ │ │ ├── .settings │ │ │ │ └── org.eclipse.jdt.core.prefs │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── bin │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── SeekBarTest.apk │ │ │ │ ├── classes.dex │ │ │ │ ├── classes │ │ │ │ │ └── kalen │ │ │ │ │ │ └── example │ │ │ │ │ │ └── seekbartest │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ ├── R$menu.class │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ └── R.class │ │ │ │ ├── dexedLibs │ │ │ │ │ └── android-support-v4-2b1091a74de7d8752a978521495f5327.jar │ │ │ │ ├── jarlist.cache │ │ │ │ ├── res │ │ │ │ │ └── crunch │ │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ └── drawable-xxhdpi │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ └── resources.ap_ │ │ │ │ ├── gen │ │ │ │ └── kalen │ │ │ │ │ └── example │ │ │ │ │ └── seekbartest │ │ │ │ │ ├── BuildConfig.java │ │ │ │ │ └── R.java │ │ │ │ ├── ic_launcher-web.png │ │ │ │ ├── libs │ │ │ │ └── android-support-v4.jar │ │ │ │ ├── proguard-project.txt │ │ │ │ ├── project.properties │ │ │ │ ├── res │ │ │ │ ├── drawable-hdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── drawable-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ ├── layout │ │ │ │ │ └── activity_main.xml │ │ │ │ ├── menu │ │ │ │ │ └── main.xml │ │ │ │ ├── values-sw600dp │ │ │ │ │ └── dimens.xml │ │ │ │ ├── values-sw720dp-land │ │ │ │ │ └── dimens.xml │ │ │ │ ├── values-v11 │ │ │ │ │ └── styles.xml │ │ │ │ ├── values-v14 │ │ │ │ │ └── styles.xml │ │ │ │ └── values │ │ │ │ │ ├── dimens.xml │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ │ └── src │ │ │ │ └── kalen │ │ │ │ └── example │ │ │ │ └── seekbartest │ │ │ │ └── MainActivity.java │ │ └── imgs │ │ │ ├── 3.1 │ │ │ ├── 3.1-1.png │ │ │ ├── 3.1-10.png │ │ │ ├── 3.1-11.png │ │ │ ├── 3.1-12.png │ │ │ ├── 3.1-13.png │ │ │ ├── 3.1-14.png │ │ │ ├── 3.1-2.png │ │ │ ├── 3.1-3.png │ │ │ ├── 3.1-4.png │ │ │ ├── 3.1-5.png │ │ │ ├── 3.1-6.png │ │ │ ├── 3.1-7.png │ │ │ ├── 3.1-8.png │ │ │ └── 3.1-9.png │ │ │ ├── 3.2 │ │ │ ├── 3.2-1.png │ │ │ ├── 3.2-2.png │ │ │ └── 3.2-3.png │ │ │ ├── 3.3 │ │ │ ├── 3.3-1.png │ │ │ ├── 3.3-2.png │ │ │ ├── 3.3-3.png │ │ │ ├── 3.3-4.png │ │ │ ├── 3.3-5.png │ │ │ └── 3.3-6.png │ │ │ ├── 3.4 │ │ │ ├── 3.4-1.png │ │ │ ├── 3.4-10.png │ │ │ ├── 3.4-11.png │ │ │ ├── 3.4-12.png │ │ │ ├── 3.4-13.png │ │ │ ├── 3.4-14.png │ │ │ ├── 3.4-15.png │ │ │ ├── 3.4-16.png │ │ │ ├── 3.4-17.png │ │ │ ├── 3.4-2.png │ │ │ ├── 3.4-3.png │ │ │ ├── 3.4-4.png │ │ │ ├── 3.4-5.png │ │ │ ├── 3.4-6.png │ │ │ ├── 3.4-7.png │ │ │ ├── 3.4-8.png │ │ │ └── 3.4-9.png │ │ │ ├── 3.5 │ │ │ ├── 3.5-1.png │ │ │ ├── 3.5-2.png │ │ │ ├── 3.5-3.png │ │ │ └── 3.5-4.png │ │ │ ├── 3.6 │ │ │ └── 3.6-1.png │ │ │ ├── 3.7 │ │ │ ├── 3.7-1.png │ │ │ ├── 3.7-2.png │ │ │ ├── 3.7-3.png │ │ │ ├── 3.7-4.png │ │ │ ├── 3.7-5.png │ │ │ └── 3.7-6.png │ │ │ ├── 6.4 │ │ │ ├── 6.4-1.png │ │ │ ├── 6.4-10.png │ │ │ ├── 6.4-11.png │ │ │ ├── 6.4-12.png │ │ │ ├── 6.4-13.png │ │ │ ├── 6.4-14.png │ │ │ ├── 6.4-15.png │ │ │ ├── 6.4-16.png │ │ │ ├── 6.4-17.png │ │ │ ├── 6.4-2.png │ │ │ ├── 6.4-3.png │ │ │ ├── 6.4-4.png │ │ │ ├── 6.4-5.png │ │ │ ├── 6.4-6.png │ │ │ ├── 6.4-7.png │ │ │ ├── 6.4-8.png │ │ │ └── 6.4-9.png │ │ │ ├── 6.5 │ │ │ ├── 6.5-1.png │ │ │ ├── 6.5-2.png │ │ │ ├── 6.5-3.png │ │ │ ├── 6.5-4.png │ │ │ ├── 6.5-5.png │ │ │ ├── 6.5-6.png │ │ │ ├── 6.5-7.png │ │ │ └── 6.5-8.png │ │ │ ├── appendixA │ │ │ ├── appendixA-1.png │ │ │ ├── appendixA-2.png │ │ │ ├── appendixA-3.png │ │ │ ├── appendixA-4.png │ │ │ ├── appendixA-5.png │ │ │ ├── appendixA-6.png │ │ │ ├── appendixA-7.png │ │ │ └── appendixA-8.png │ │ │ └── appendixB │ │ │ ├── appendixB-1.png │ │ │ ├── appendixB-2.png │ │ │ └── appendixB-3.png │ └── nodemcu │ │ ├── 1.0.md │ │ ├── 1.1.md │ │ ├── 1.2.md │ │ ├── 1.3.md │ │ ├── 1.4.md │ │ ├── 1.5.md │ │ ├── 1.6.md │ │ ├── imgs │ │ ├── 1.1 │ │ │ ├── 1.1-1.png │ │ │ ├── 1.1-10.png │ │ │ ├── 1.1-11.png │ │ │ ├── 1.1-2.png │ │ │ ├── 1.1-3.png │ │ │ ├── 1.1-4.png │ │ │ ├── 1.1-5.png │ │ │ ├── 1.1-6.png │ │ │ ├── 1.1-7.png │ │ │ ├── 1.1-8.png │ │ │ └── 1.1-9.png │ │ ├── 1.3 │ │ │ ├── 1.3-1.png │ │ │ ├── 1.3-2.png │ │ │ └── 1.3-3.png │ │ ├── 1.5 │ │ │ ├── 1.5-1.jpg │ │ │ ├── 1.5-2.png │ │ │ └── 1.5-3.png │ │ └── 1.6 │ │ │ ├── 1.6-1.jpg │ │ │ ├── 1.6-2.jpg │ │ │ ├── 1.6-3.jpg │ │ │ ├── 1.6-4.gif │ │ │ ├── 1.6-5.jpg │ │ │ └── 1.6-6.png │ │ └── resource │ │ ├── 1.1 │ │ ├── CP210x_VCP_Win7 or win8.exe │ │ ├── NodeMcu固件与Flasher │ │ │ ├── ESP8266-Flasher │ │ │ │ ├── Config │ │ │ │ │ ├── 20160126105614.png │ │ │ │ │ ├── 20160126105630.png │ │ │ │ │ ├── Config.xml │ │ │ │ │ └── ESP8266MAC.txt │ │ │ │ ├── ESP8266Flasher-Win32.exe │ │ │ │ └── ESP8266Flasher-Win64.exe │ │ │ └── nodemcu-dev-31-modules-2016-01-22-02-16-00-integer.bin │ │ ├── NodeMcu开发环境 │ │ │ └── NodeMCU Studio 2015 (Alpha) │ │ │ │ ├── .gitignore │ │ │ │ ├── Antlr4.Runtime.net40.dll │ │ │ │ ├── ICSharpCode.AvalonEdit.dll │ │ │ │ └── NodeMCU Studio 2015.exe │ │ └── 管脚图.png │ │ └── nodemcu_program │ │ ├── gpio.lua │ │ ├── init.lua │ │ ├── led.lua │ │ ├── pwm.lua │ │ ├── pwm2.lua │ │ ├── study_lua.lua │ │ └── uart.lua └── preface.md ├── code ├── 1.1 │ └── sketch_jul28a │ │ └── sketch_jul28a.ino ├── 1.2 │ └── led │ │ └── led.ino ├── 1.3 │ ├── breathe_light │ │ └── breathe_light.ino │ ├── breathe_light2 │ │ └── breathe_light2.ino │ ├── pwm │ │ └── pwm.ino │ ├── rgb_led │ │ └── rgb_led.ino │ └── simulate_pwm │ │ └── simulate_pwm.ino ├── 1.4 │ └── uart │ │ └── uart.ino ├── 2.1 │ └── SimpleCalculator │ │ ├── SimpleCalculator.sln │ │ ├── SimpleCalculator.v12.suo │ │ └── SimpleCalculator │ │ ├── App.config │ │ ├── Form1.Designer.cs │ │ ├── Form1.cs │ │ ├── Form1.resx │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── SimpleCalculator.csproj │ │ ├── bin │ │ └── Debug │ │ │ ├── SimpleCalculator.exe │ │ │ ├── SimpleCalculator.exe.config │ │ │ ├── SimpleCalculator.pdb │ │ │ ├── SimpleCalculator.vshost.exe │ │ │ ├── SimpleCalculator.vshost.exe.config │ │ │ └── SimpleCalculator.vshost.exe.manifest │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── SimpleCalculator.Form1.resources │ │ ├── SimpleCalculator.Properties.Resources.resources │ │ ├── SimpleCalculator.csproj.FileListAbsolute.txt │ │ ├── SimpleCalculator.csproj.GenerateResource.Cache │ │ ├── SimpleCalculator.csprojResolveAssemblyReference.cache │ │ ├── SimpleCalculator.exe │ │ ├── SimpleCalculator.pdb │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── 2.2 │ ├── SerialPortTool │ │ ├── SerialPortTool.sln │ │ ├── SerialPortTool.v12.suo │ │ └── SerialPortTool │ │ │ ├── App.config │ │ │ ├── Form1.Designer.cs │ │ │ ├── Form1.cs │ │ │ ├── Form1.resx │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── SerialPortTool.csproj │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── SerialPortTool.exe │ │ │ │ ├── SerialPortTool.exe.config │ │ │ │ ├── SerialPortTool.pdb │ │ │ │ ├── SerialPortTool.vshost.exe │ │ │ │ ├── SerialPortTool.vshost.exe.config │ │ │ │ └── SerialPortTool.vshost.exe.manifest │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── SerialPortTool.Form1.resources │ │ │ ├── SerialPortTool.Properties.Resources.resources │ │ │ ├── SerialPortTool.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool.csprojResolveAssemblyReference.cache │ │ │ ├── SerialPortTool.exe │ │ │ ├── SerialPortTool.pdb │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── SerialPortTool2 │ │ ├── SerialPortTool │ │ ├── App.config │ │ ├── Form1.Designer.cs │ │ ├── Form1.cs │ │ ├── Form1.resx │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── SerialPortTool2.csproj │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── SerialPortTool.exe │ │ │ │ ├── SerialPortTool.exe.config │ │ │ │ ├── SerialPortTool.pdb │ │ │ │ ├── SerialPortTool.vshost.exe │ │ │ │ ├── SerialPortTool.vshost.exe.config │ │ │ │ └── SerialPortTool.vshost.exe.manifest │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── SerialPortTool.Form1.resources │ │ │ ├── SerialPortTool.Properties.Resources.resources │ │ │ ├── SerialPortTool.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool.csprojResolveAssemblyReference.cache │ │ │ ├── SerialPortTool.exe │ │ │ ├── SerialPortTool.pdb │ │ │ ├── SerialPortTool2.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool2.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool2.csprojResolveAssemblyReference.cache │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── SerialPortTool2.sln │ │ ├── SerialPortTool2.suo │ │ └── SerialPortTool2.v12.suo ├── 3.1 │ └── HelloActivity │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── helloactivity │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── helloactivity │ │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── helloactivity │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.2 │ └── HelloActivity │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── helloactivity │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── helloactivity │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── SecondActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ ├── activity_main.xml │ │ │ │ └── activity_second.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── helloactivity │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.3 │ └── HelloActivity │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── helloactivity │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── helloactivity │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── SecondActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ ├── activity_main.xml │ │ │ │ └── activity_second.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── helloactivity │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.4 │ └── HelloActivity │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── helloactivity │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── helloactivity │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── SecondActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ ├── activity_main.xml │ │ │ │ └── activity_second.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── helloactivity │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.5 │ └── StudyListView │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── studylistview │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── studylistview │ │ │ │ │ ├── ItemAdapter.java │ │ │ │ │ ├── ItemBean.java │ │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ ├── activity_main.xml │ │ │ │ └── item_listview.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── studylistview │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.6 │ └── BindService │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── bindservice │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── bindservice │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── TestService.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── bindservice │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.7 │ ├── CallPhone │ │ ├── .gitignore │ │ ├── .idea │ │ │ ├── compiler.xml │ │ │ ├── copyright │ │ │ │ └── profiles_settings.xml │ │ │ ├── gradle.xml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── runConfigurations.xml │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── androidTest │ │ │ │ └── java │ │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── example │ │ │ │ │ └── callphone │ │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ │ └── kalen │ │ │ │ │ │ └── app │ │ │ │ │ │ └── example │ │ │ │ │ │ └── callphone │ │ │ │ │ │ └── MainActivity.java │ │ │ │ └── res │ │ │ │ │ ├── layout │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ └── values │ │ │ │ │ ├── colors.xml │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── kalen │ │ │ │ └── app │ │ │ │ └── example │ │ │ │ └── callphone │ │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ └── NetRequest │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── kalen │ │ │ │ └── app │ │ │ │ └── example │ │ │ │ └── netrequest │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── example │ │ │ │ │ └── netrequest │ │ │ │ │ ├── HttpUtils.java │ │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── values-w820dp │ │ │ │ └── dimens.xml │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── dimens.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── kalen │ │ │ └── app │ │ │ └── example │ │ │ └── netrequest │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 3.8 │ ├── ReceiveBroadCast │ │ ├── .gitignore │ │ ├── .idea │ │ │ ├── compiler.xml │ │ │ ├── copyright │ │ │ │ └── profiles_settings.xml │ │ │ ├── gradle.xml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── runConfigurations.xml │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── androidTest │ │ │ │ └── java │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── receivebroadcast │ │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ │ └── com │ │ │ │ │ │ └── example │ │ │ │ │ │ └── kalen │ │ │ │ │ │ └── receivebroadcast │ │ │ │ │ │ └── MainActivity.java │ │ │ │ └── res │ │ │ │ │ ├── layout │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ └── values │ │ │ │ │ ├── colors.xml │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── receivebroadcast │ │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ └── SendBroadCast │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── kalen │ │ │ │ └── sendbroadcast │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── kalen │ │ │ │ │ └── sendbroadcast │ │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── kalen │ │ │ └── sendbroadcast │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 4.3 │ └── http_server.go ├── 4.4 │ ├── gin_server.go │ ├── static │ │ ├── css │ │ │ └── style.css │ │ ├── index.html │ │ └── js │ │ │ └── main.js │ └── templates │ │ └── temp.tmpl ├── 5.1 │ ├── RGBLedSerialPortTest │ │ ├── RGBLedSerialPortTest.sln │ │ ├── RGBLedSerialPortTest.suo │ │ ├── RGBLedSerialPortTest.v12.suo │ │ └── SerialPortTool │ │ │ ├── App.config │ │ │ ├── Form1.Designer.cs │ │ │ ├── Form1.cs │ │ │ ├── Form1.resx │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── RGBLedSerialPortTest.csproj │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── SerialPortTool.exe │ │ │ │ ├── SerialPortTool.exe.config │ │ │ │ ├── SerialPortTool.pdb │ │ │ │ ├── SerialPortTool.vshost.exe │ │ │ │ ├── SerialPortTool.vshost.exe.config │ │ │ │ └── SerialPortTool.vshost.exe.manifest │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── RGBLedSerialPortTest.csproj.FileListAbsolute.txt │ │ │ ├── RGBLedSerialPortTest.csproj.GenerateResource.Cache │ │ │ ├── RGBLedSerialPortTest.csprojResolveAssemblyReference.cache │ │ │ ├── SerialPortTool.Form1.resources │ │ │ ├── SerialPortTool.Properties.Resources.resources │ │ │ ├── SerialPortTool.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool.csprojResolveAssemblyReference.cache │ │ │ ├── SerialPortTool.exe │ │ │ ├── SerialPortTool.pdb │ │ │ ├── SerialPortTool2.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool2.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool2.csprojResolveAssemblyReference.cache │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── rgb_led_mcu │ │ └── rgb_led_mcu.ino ├── 5.2 │ ├── RGBLedController │ │ ├── RGBLedController.sln │ │ ├── RGBLedController.suo │ │ ├── RGBLedController.v12.suo │ │ └── SerialPortTool │ │ │ ├── App.config │ │ │ ├── Form1.Designer.cs │ │ │ ├── Form1.cs │ │ │ ├── Form1.resx │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ │ ├── RGBLedController.csproj │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── SerialPortTool.exe │ │ │ │ ├── SerialPortTool.exe.config │ │ │ │ ├── SerialPortTool.pdb │ │ │ │ ├── SerialPortTool.vshost.exe │ │ │ │ ├── SerialPortTool.vshost.exe.config │ │ │ │ └── SerialPortTool.vshost.exe.manifest │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── RGBLedSerialPortTest.csproj.FileListAbsolute.txt │ │ │ ├── RGBLedSerialPortTest.csproj.GenerateResource.Cache │ │ │ ├── RGBLedSerialPortTest.csprojResolveAssemblyReference.cache │ │ │ ├── SerialPortTool.Form1.resources │ │ │ ├── SerialPortTool.Properties.Resources.resources │ │ │ ├── SerialPortTool.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool.csprojResolveAssemblyReference.cache │ │ │ ├── SerialPortTool.exe │ │ │ ├── SerialPortTool.pdb │ │ │ ├── SerialPortTool2.csproj.FileListAbsolute.txt │ │ │ ├── SerialPortTool2.csproj.GenerateResource.Cache │ │ │ ├── SerialPortTool2.csprojResolveAssemblyReference.cache │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── TrackbarTest │ │ ├── TrackbarTest.sln │ │ ├── TrackbarTest.v12.suo │ │ └── TrackbarTest │ │ ├── App.config │ │ ├── Form1.Designer.cs │ │ ├── Form1.cs │ │ ├── Form1.resx │ │ ├── Program.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── TrackbarTest.csproj │ │ ├── bin │ │ └── Debug │ │ │ ├── TrackbarTest.exe │ │ │ ├── TrackbarTest.exe.config │ │ │ ├── TrackbarTest.pdb │ │ │ ├── TrackbarTest.vshost.exe │ │ │ ├── TrackbarTest.vshost.exe.config │ │ │ └── TrackbarTest.vshost.exe.manifest │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── TrackbarTest.Form1.resources │ │ ├── TrackbarTest.Properties.Resources.resources │ │ ├── TrackbarTest.csproj.FileListAbsolute.txt │ │ ├── TrackbarTest.csproj.GenerateResource.Cache │ │ ├── TrackbarTest.csprojResolveAssemblyReference.cache │ │ ├── TrackbarTest.exe │ │ └── TrackbarTest.pdb ├── 5.4 │ └── BLECom │ │ ├── .gitignore │ │ ├── .idea │ │ ├── caches │ │ │ └── build_file_checksums.ser │ │ ├── codeStyles │ │ │ └── Project.xml │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── kalen │ │ │ │ └── app │ │ │ │ └── blecom │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── example │ │ │ │ │ │ └── android │ │ │ │ │ │ └── bluetoothlegatt │ │ │ │ │ │ ├── BluetoothLeService.java │ │ │ │ │ │ └── SampleGattAttributes.java │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── blecom │ │ │ │ │ ├── adapter │ │ │ │ │ └── LeDeviceListAdapter.java │ │ │ │ │ ├── model │ │ │ │ │ └── C.java │ │ │ │ │ └── ui │ │ │ │ │ ├── DeviceControlActivity.java │ │ │ │ │ └── DeviceScanActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ ├── actionbar_indeterminate_progress.xml │ │ │ │ ├── activity_control.xml │ │ │ │ ├── activity_scan.xml │ │ │ │ └── item_device_list.xml │ │ │ │ ├── menu │ │ │ │ ├── gatt_services.xml │ │ │ │ └── main.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── values-w820dp │ │ │ │ └── dimens.xml │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── dimens.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── kalen │ │ │ └── app │ │ │ └── blecom │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 5.5 │ ├── BleRGBController │ │ ├── .gitignore │ │ ├── .idea │ │ │ ├── caches │ │ │ │ └── build_file_checksums.ser │ │ │ ├── codeStyles │ │ │ │ └── Project.xml │ │ │ ├── compiler.xml │ │ │ ├── copyright │ │ │ │ └── profiles_settings.xml │ │ │ ├── gradle.xml │ │ │ ├── misc.xml │ │ │ ├── modules.xml │ │ │ └── runConfigurations.xml │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── androidTest │ │ │ │ └── java │ │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── blergbcontroller │ │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ │ ├── com │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── android │ │ │ │ │ │ │ └── bluetoothlegatt │ │ │ │ │ │ │ ├── BluetoothLeService.java │ │ │ │ │ │ │ └── SampleGattAttributes.java │ │ │ │ │ └── kalen │ │ │ │ │ │ └── app │ │ │ │ │ │ └── blergbcontroller │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ └── LeDeviceListAdapter.java │ │ │ │ │ │ ├── model │ │ │ │ │ │ └── C.java │ │ │ │ │ │ └── ui │ │ │ │ │ │ ├── DeviceControlActivity.java │ │ │ │ │ │ └── DeviceScanActivity.java │ │ │ │ └── res │ │ │ │ │ ├── layout │ │ │ │ │ ├── actionbar_indeterminate_progress.xml │ │ │ │ │ ├── activity_control.xml │ │ │ │ │ ├── activity_scan.xml │ │ │ │ │ └── item_device_list.xml │ │ │ │ │ ├── menu │ │ │ │ │ ├── gatt_services.xml │ │ │ │ │ └── main.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── values-w820dp │ │ │ │ │ └── dimens.xml │ │ │ │ │ └── values │ │ │ │ │ ├── colors.xml │ │ │ │ │ ├── dimens.xml │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── kalen │ │ │ │ └── app │ │ │ │ └── blergbcontroller │ │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ └── SeekBarTest │ │ ├── .gitignore │ │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── runConfigurations.xml │ │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── kalen │ │ │ │ └── app │ │ │ │ └── example │ │ │ │ └── seekbartest │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── kalen │ │ │ │ │ └── app │ │ │ │ │ └── example │ │ │ │ │ └── seekbartest │ │ │ │ │ └── MainActivity.java │ │ │ └── res │ │ │ │ ├── layout │ │ │ │ └── activity_main.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── kalen │ │ │ └── app │ │ │ └── example │ │ │ └── seekbartest │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle ├── 6.1 │ └── ds18b20 │ │ └── ds18b20.ino ├── 6.2 │ ├── httpClient │ │ └── httpClient.ino │ └── http_server.go ├── 6.3 │ ├── server │ │ └── main.go │ ├── server2 │ │ ├── main.go │ │ └── templates │ │ │ └── index.tmpl │ └── web_ds18b20 │ │ └── web_ds18b20.ino └── BLECom │ ├── BLECom.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ ├── kalen.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── ustb.xcuserdatad │ │ │ ├── UserInterfaceState.xcuserstate │ │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── kalen.xcuserdatad │ │ └── xcschemes │ │ │ ├── BLECom.temp_caseinsensitive_rename.xcscheme │ │ │ └── xcschememanagement.plist │ │ └── ustb.xcuserdatad │ │ └── xcschemes │ │ ├── BleCom.xcscheme │ │ └── xcschememanagement.plist │ ├── BleCom │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── DeviceControlController.h │ ├── DeviceControlController.m │ ├── DeviceScanController.h │ ├── DeviceScanController.m │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── LaunchImage.launchimage │ │ │ └── Contents.json │ ├── Info.plist │ ├── LeSensorObserver.h │ ├── LeSensorObserver.m │ ├── LeStatusNotificationCenter.h │ ├── LeStatusNotificationCenter.m │ ├── SerialGATT.h │ ├── SerialGATT.m │ ├── icon.png │ └── main.m │ ├── BleComTests │ ├── BleComTests.m │ └── Info.plist │ └── README.md └── resource ├── 5.3 ├── BLE-CC41-A_AT Command.pdf ├── BLECom.apk └── sscom32.exe ├── 6.1 ├── Arduino-Temperature-Control-Library-master.zip └── OneWire-master.zip ├── 6.2 └── ethercard-master.zip └── qrcode.jpg /book/5.0.md: -------------------------------------------------------------------------------- 1 | # 后端开发——Golang 2 | 3 | ## 内容介绍 4 | 本章将会讲解go语言的基本语法,并初探web开发的世界。 5 | 6 | ## 链接 7 | - [目录](directory.md) 8 | - 上一节:BroadCastReciever学习 9 | - 下一节:[go语言开发环境搭建](5.1.md) -------------------------------------------------------------------------------- /book/imgs/1.0/1.0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.0/1.0-1.png -------------------------------------------------------------------------------- /book/imgs/1.0/1.0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.0/1.0-2.png -------------------------------------------------------------------------------- /book/imgs/1.0/1.0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.0/1.0-3.png -------------------------------------------------------------------------------- /book/imgs/1.0/1.0-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.0/1.0-4.png -------------------------------------------------------------------------------- /book/imgs/1.0/1.0-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.0/1.0-5.png -------------------------------------------------------------------------------- /book/imgs/1.0/1.0-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.0/1.0-6.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-1.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-10.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-2.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-3.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-4.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-5.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-6.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-7.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-8.png -------------------------------------------------------------------------------- /book/imgs/1.1/1.1-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.1/1.1-9.png -------------------------------------------------------------------------------- /book/imgs/1.2/1.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.2/1.2-1.png -------------------------------------------------------------------------------- /book/imgs/1.2/1.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.2/1.2-2.png -------------------------------------------------------------------------------- /book/imgs/1.2/1.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.2/1.2-3.png -------------------------------------------------------------------------------- /book/imgs/1.2/1.2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.2/1.2-4.png -------------------------------------------------------------------------------- /book/imgs/1.2/nano-pin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.2/nano-pin.jpg -------------------------------------------------------------------------------- /book/imgs/1.3/1.3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.3/1.3-1.png -------------------------------------------------------------------------------- /book/imgs/1.3/1.3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.3/1.3-2.png -------------------------------------------------------------------------------- /book/imgs/1.3/1.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.3/1.3-3.png -------------------------------------------------------------------------------- /book/imgs/1.3/1.3-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.3/1.3-4.jpg -------------------------------------------------------------------------------- /book/imgs/1.3/1.3-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.3/1.3-5.png -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-1.jpg -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-2.jpg -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-3.jpg -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-4.gif -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-5.jpg -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-6.png -------------------------------------------------------------------------------- /book/imgs/1.4/1.4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/1.4/1.4-7.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-1.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-10.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-11.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-12.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-13.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-14.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-15.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-16.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-17.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-18.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-19.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-2.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-20.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-21.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-3.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-4.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-5.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-6.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-7.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-8.png -------------------------------------------------------------------------------- /book/imgs/2.1/2.1-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.1/2.1-9.png -------------------------------------------------------------------------------- /book/imgs/2.2/2.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.2/2.2-1.png -------------------------------------------------------------------------------- /book/imgs/2.2/2.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.2/2.2-2.png -------------------------------------------------------------------------------- /book/imgs/2.2/2.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.2/2.2-3.png -------------------------------------------------------------------------------- /book/imgs/2.2/2.2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.2/2.2-4.png -------------------------------------------------------------------------------- /book/imgs/2.2/2.2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.2/2.2-5.png -------------------------------------------------------------------------------- /book/imgs/2.2/2.2-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/2.2/2.2-6.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-1.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-10.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-11.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-12.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-13.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-14.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-15.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-16-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-16-2.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-16.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-17.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-18.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-19.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-2.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-20.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-21.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-22.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-23.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-24.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-25.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-26.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-27.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-28.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-29.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-3.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-30.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-4.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-5.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-6.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-7.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-8.png -------------------------------------------------------------------------------- /book/imgs/3.1/3.1-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.1/3.1-9.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-1.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-10.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-11.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-12.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-13.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-14.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-15.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-16.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-17.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-2.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-3.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-4.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-5.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-6.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-7.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-8.png -------------------------------------------------------------------------------- /book/imgs/3.2/3.2-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.2/3.2-9.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-1.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-2.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-3.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-4.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-5.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-6.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-7.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-8.png -------------------------------------------------------------------------------- /book/imgs/3.3/3.3-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.3/3.3-9.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-1.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-10.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-11.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-12.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-13.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-14.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-15.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-16.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-17.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-18.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-19.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-2.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-20.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-21.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-22.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-3.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-4.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-5.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-6.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-7.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-8.png -------------------------------------------------------------------------------- /book/imgs/3.4/3.4-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.4/3.4-9.png -------------------------------------------------------------------------------- /book/imgs/3.5/3.5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.5/3.5-1.png -------------------------------------------------------------------------------- /book/imgs/3.5/3.5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.5/3.5-2.png -------------------------------------------------------------------------------- /book/imgs/3.5/3.5-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.5/3.5-3.png -------------------------------------------------------------------------------- /book/imgs/3.5/3.5-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.5/3.5-4.png -------------------------------------------------------------------------------- /book/imgs/3.5/3.5-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.5/3.5-5.png -------------------------------------------------------------------------------- /book/imgs/3.5/3.5-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.5/3.5-6.png -------------------------------------------------------------------------------- /book/imgs/3.6/3.6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.6/3.6-1.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-1.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-2.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-3.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-4.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-5.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-6.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-7.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-8.png -------------------------------------------------------------------------------- /book/imgs/3.7/3.7-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.7/3.7-9.png -------------------------------------------------------------------------------- /book/imgs/3.8/3.8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.8/3.8-1.png -------------------------------------------------------------------------------- /book/imgs/3.8/3.8-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.8/3.8-2.png -------------------------------------------------------------------------------- /book/imgs/3.8/3.8-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.8/3.8-3.png -------------------------------------------------------------------------------- /book/imgs/3.8/3.8-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.8/3.8-4.png -------------------------------------------------------------------------------- /book/imgs/3.8/3.8-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.8/3.8-5.png -------------------------------------------------------------------------------- /book/imgs/3.8/3.8-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/3.8/3.8-6.png -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-1.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-10.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-11.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-12.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-12.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-2.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-3.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-4.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-5.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-6.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-7.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-8.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-8.jpeg -------------------------------------------------------------------------------- /book/imgs/4.1/4.1-9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/4.1/4.1-9.jpeg -------------------------------------------------------------------------------- /book/imgs/5.1/5.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.1/5.1-1.png -------------------------------------------------------------------------------- /book/imgs/5.1/5.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.1/5.1-2.png -------------------------------------------------------------------------------- /book/imgs/5.1/5.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.1/5.1-3.png -------------------------------------------------------------------------------- /book/imgs/5.1/5.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.1/5.1-4.png -------------------------------------------------------------------------------- /book/imgs/5.1/5.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.1/5.1-5.png -------------------------------------------------------------------------------- /book/imgs/5.1/5.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.1/5.1-6.png -------------------------------------------------------------------------------- /book/imgs/5.2/5.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.2/5.2-1.png -------------------------------------------------------------------------------- /book/imgs/5.2/5.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.2/5.2-2.png -------------------------------------------------------------------------------- /book/imgs/5.2/5.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.2/5.2-3.png -------------------------------------------------------------------------------- /book/imgs/5.2/5.2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.2/5.2-4.png -------------------------------------------------------------------------------- /book/imgs/5.3/5.3-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.3/5.3-1.jpg -------------------------------------------------------------------------------- /book/imgs/5.3/5.3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.3/5.3-2.png -------------------------------------------------------------------------------- /book/imgs/5.3/5.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.3/5.3-3.png -------------------------------------------------------------------------------- /book/imgs/5.3/5.3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.3/5.3-4.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-1.jpg -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-10.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-11.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-12.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-13.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-14.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-15.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-16.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-17.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-18.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-19.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-2.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-20.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-21.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-3.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-4.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-5.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-6.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-7.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-8.png -------------------------------------------------------------------------------- /book/imgs/5.4/5.4-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.4/5.4-9.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-1.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-10.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-11.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-12.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-13.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-14.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-15.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-16.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-17.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-18.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-19.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-2.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-20.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-21.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-22.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-23.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-24.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-25.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-26.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-27.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-28.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-29.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-3.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-30.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-31.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-32.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-33.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-34.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-35.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-36.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-37.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-38.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-39.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-4.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-5.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-6.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-7.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-8.png -------------------------------------------------------------------------------- /book/imgs/5.5/5.5-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/5.5/5.5-9.png -------------------------------------------------------------------------------- /book/imgs/6.1/6.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.1/6.1-1.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-1.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-2.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-3.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-4.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-5.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-6.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-7.png -------------------------------------------------------------------------------- /book/imgs/6.2/6.2-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.2/6.2-8.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-1.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-10.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-11.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-12.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-13.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-14.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-15.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-16.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-17.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-2.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-3.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-4.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-5.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-6.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-7.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-8.png -------------------------------------------------------------------------------- /book/imgs/6.3/6.3-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.3/6.3-9.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-1.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-10.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-11.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-12.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-13.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-14.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-15.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-16.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-17.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-18.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-19.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-2.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-20.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-3.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-4.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-5.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-6.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-7.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-8.png -------------------------------------------------------------------------------- /book/imgs/6.4/6.4-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.4/6.4-9.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-1.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-10.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-11.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-12.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-13.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-14.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-15.jpg -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-16.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-16.mp4 -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-2.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-3.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-4.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-5.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-6.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-7.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-8.png -------------------------------------------------------------------------------- /book/imgs/6.5/6.5-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/6.5/6.5-9.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-1.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-2.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-3.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-4.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-5.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-6.png -------------------------------------------------------------------------------- /book/imgs/7.1/7.1-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.1/7.1-7.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-1.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-10.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-11.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-2.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-3.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-4.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-5.jpg -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-6.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-7.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-8.png -------------------------------------------------------------------------------- /book/imgs/7.2/7.2-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.2/7.2-9.png -------------------------------------------------------------------------------- /book/imgs/7.3/7.3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.3/7.3-1.png -------------------------------------------------------------------------------- /book/imgs/7.3/7.3-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.3/7.3-2.jpg -------------------------------------------------------------------------------- /book/imgs/7.3/7.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.3/7.3-3.png -------------------------------------------------------------------------------- /book/imgs/7.3/7.3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/7.3/7.3-4.png -------------------------------------------------------------------------------- /book/imgs/appendixA/appendixA-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/appendixA/appendixA-1.png -------------------------------------------------------------------------------- /book/imgs/appendixA/appendixA-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/appendixA/appendixA-2.png -------------------------------------------------------------------------------- /book/imgs/appendixA/appendixA-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/imgs/appendixA/appendixA-3.png -------------------------------------------------------------------------------- /book/ios_part/book/4.3.md: -------------------------------------------------------------------------------- 1 | # StoryBoard使用 2 | 3 | ## 跳转到第二个ViewController 4 | 5 | 6 | ## 跳转传值 7 | 8 | 9 | ## 链接 10 | - [目录](directory.md) 11 | - 上一节:[使用Playgroud体验Swift](4.1.md) 12 | - 下一节:[StoryBoard使用](4.3.md) 13 | -------------------------------------------------------------------------------- /book/ios_part/book/4.4.md: -------------------------------------------------------------------------------- 1 | # UITableView的使用 2 | 3 | 4 | ## 链接 5 | - [目录](directory.md) 6 | - 上一节:[StoryBoard使用](4.3.md) 7 | - 下一节:[UITableView的使用](4.5.md) 8 | -------------------------------------------------------------------------------- /book/ios_part/book/4.5.md: -------------------------------------------------------------------------------- 1 | # UITableView的使用 2 | 3 | 4 | ## 链接 5 | - [目录](directory.md) 6 | - 上一节:[UITableView的使用](4.4.md) 7 | - 下一节:[后端开发——Golang](5.0.md) 8 | -------------------------------------------------------------------------------- /book/ios_part/book/appendixB.md: -------------------------------------------------------------------------------- 1 | # 如何在Xcode中进行真机测试 2 | -------------------------------------------------------------------------------- /book/ios_part/code/6.6/BLECom/BleCom/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/ios_part/code/6.6/BLECom/BleCom/icon.png -------------------------------------------------------------------------------- /book/ios_part/code/6.6/BLECom/README.md: -------------------------------------------------------------------------------- 1 | 可以当做串口调试助手使用 2 | -------------------------------------------------------------------------------- /book/old/README.md: -------------------------------------------------------------------------------- 1 | ## 旧版本 2 | 3 | ### NodeMCU 4 | 基于NodeMCU的教程,现已经改为Arduino。 5 | 6 | ### Android-ADT 7 | 基于Eclipse-ADT的Android教程,计划重新改为Android Studio开发。 8 | -------------------------------------------------------------------------------- /book/old/android-adt/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/.gitkeep -------------------------------------------------------------------------------- /book/old/android-adt/3.0.md: -------------------------------------------------------------------------------- 1 | # 移动开发——Android 2 | 3 | ## 内容介绍 4 | 本章将会开始讲解安卓开发,读者最好有过面向对象的基础,最好简单理解一下java语言。 5 | 6 | ## 链接 7 | - [目录](directory.md) 8 | - 上一节:[serialport控件使用](2.2.md) 9 | - 下一节:[安卓开发环境搭建](3.1.md) -------------------------------------------------------------------------------- /book/old/android-adt/code/3.1/HelloActivity/bin/HelloActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.1/HelloActivity/bin/HelloActivity.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/3.1/HelloActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.1/HelloActivity/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.1/HelloActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.1/HelloActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.1/HelloActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.1/HelloActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.1/HelloActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.1/HelloActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/code/3.2/HelloActivity/bin/HelloActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.2/HelloActivity/bin/HelloActivity.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/3.2/HelloActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.2/HelloActivity/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.2/HelloActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.2/HelloActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.2/HelloActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.2/HelloActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.2/HelloActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.2/HelloActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/code/3.3/HelloActivity/bin/HelloActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.3/HelloActivity/bin/HelloActivity.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/3.3/HelloActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.3/HelloActivity/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.3/HelloActivity/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/3.3/HelloActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.3/HelloActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.3/HelloActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.3/HelloActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.3/HelloActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.3/HelloActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/code/3.4/HelloActivity/bin/HelloActivity.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.4/HelloActivity/bin/HelloActivity.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/3.4/HelloActivity/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.4/HelloActivity/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.4/HelloActivity/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/3.4/HelloActivity/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.4/HelloActivity/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.4/HelloActivity/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.4/HelloActivity/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.4/HelloActivity/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.4/HelloActivity/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/code/3.5/StudyListView/bin/StudyListView.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.5/StudyListView/bin/StudyListView.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/3.5/StudyListView/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.5/StudyListView/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.5/StudyListView/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/3.5/StudyListView/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.5/StudyListView/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.5/StudyListView/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.5/StudyListView/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.5/StudyListView/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.5/StudyListView/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/code/3.6/BindService/bin/BindService.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.6/BindService/bin/BindService.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/3.6/BindService/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.6/BindService/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.6/BindService/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/3.6/BindService/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.6/BindService/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.6/BindService/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.6/BindService/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.6/BindService/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.6/BindService/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadCastReceiver2/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.7/StudyBroadCastReceiver2/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadCastReceiver2/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadCastReceiver2/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.7/StudyBroadCastReceiver2/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadCastReceiver2/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.7/StudyBroadCastReceiver2/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadcastReceiver/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.7/StudyBroadcastReceiver/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadcastReceiver/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadcastReceiver/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.7/StudyBroadcastReceiver/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/3.7/StudyBroadcastReceiver/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/3.7/StudyBroadcastReceiver/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/.settings/org.jboss.ide.eclipse.as.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.jboss.ide.eclipse.as.core.singledeployable.deployableList= 3 | -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/bin/BLECom.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/bin/BLECom.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/bin/classes/kalen/app/blecom/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/bin/classes/kalen/app/blecom/R.class -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/res/drawable-hdpi/tile.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/res/drawable-hdpi/tile.9.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.4/BLECom/src/kalen/app/blecom/model/C.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.4/BLECom/src/kalen/app/blecom/model/C.java -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/BleRGBController/.settings/org.jboss.ide.eclipse.as.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.jboss.ide.eclipse.as.core.singledeployable.deployableList= 3 | -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/BleRGBController/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/BleRGBController/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/BleRGBController/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/BleRGBController/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/SeekBarTest/bin/SeekBarTest.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/SeekBarTest/bin/SeekBarTest.apk -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/SeekBarTest/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/SeekBarTest/bin/classes.dex -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/SeekBarTest/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/SeekBarTest/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/SeekBarTest/bin/resources.ap_ -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/SeekBarTest/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/SeekBarTest/ic_launcher-web.png -------------------------------------------------------------------------------- /book/old/android-adt/code/6.5/SeekBarTest/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/code/6.5/SeekBarTest/libs/android-support-v4.jar -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-10.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-11.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-12.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-13.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-14.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-7.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-8.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.1/3.1-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.1/3.1-9.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.2/3.2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.2/3.2-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.2/3.2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.2/3.2-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.2/3.2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.2/3.2-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.3/3.3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.3/3.3-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.3/3.3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.3/3.3-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.3/3.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.3/3.3-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.3/3.3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.3/3.3-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.3/3.3-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.3/3.3-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.3/3.3-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.3/3.3-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-10.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-11.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-12.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-13.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-14.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-15.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-16.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-17.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-7.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-8.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.4/3.4-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.4/3.4-9.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.5/3.5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.5/3.5-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.5/3.5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.5/3.5-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.5/3.5-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.5/3.5-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.5/3.5-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.5/3.5-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.6/3.6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.6/3.6-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.7/3.7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.7/3.7-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.7/3.7-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.7/3.7-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.7/3.7-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.7/3.7-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.7/3.7-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.7/3.7-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.7/3.7-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.7/3.7-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/3.7/3.7-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/3.7/3.7-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-10.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-11.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-12.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-13.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-14.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-15.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-16.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-17.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-7.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-8.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.4/6.4-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.4/6.4-9.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-7.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/6.5/6.5-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/6.5/6.5-8.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-3.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-4.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-5.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-6.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-7.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixA/appendixA-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixA/appendixA-8.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixB/appendixB-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixB/appendixB-1.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixB/appendixB-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixB/appendixB-2.png -------------------------------------------------------------------------------- /book/old/android-adt/imgs/appendixB/appendixB-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/android-adt/imgs/appendixB/appendixB-3.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-1.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-10.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-11.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-2.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-3.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-4.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-5.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-6.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-7.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-8.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.1/1.1-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.1/1.1-9.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.3/1.3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.3/1.3-1.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.3/1.3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.3/1.3-2.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.3/1.3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.3/1.3-3.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.5/1.5-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.5/1.5-1.jpg -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.5/1.5-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.5/1.5-2.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.5/1.5-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.5/1.5-3.png -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.6/1.6-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.6/1.6-1.jpg -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.6/1.6-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.6/1.6-2.jpg -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.6/1.6-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.6/1.6-3.jpg -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.6/1.6-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.6/1.6-4.gif -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.6/1.6-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.6/1.6-5.jpg -------------------------------------------------------------------------------- /book/old/nodemcu/imgs/1.6/1.6-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/imgs/1.6/1.6-6.png -------------------------------------------------------------------------------- /book/old/nodemcu/resource/1.1/CP210x_VCP_Win7 or win8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/resource/1.1/CP210x_VCP_Win7 or win8.exe -------------------------------------------------------------------------------- /book/old/nodemcu/resource/1.1/NodeMcu开发环境/NodeMCU Studio 2015 (Alpha)/.gitignore: -------------------------------------------------------------------------------- 1 | *.vshost.exe 2 | *.pdb 3 | *.config 4 | *.xml 5 | *.manifest -------------------------------------------------------------------------------- /book/old/nodemcu/resource/1.1/管脚图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/book/old/nodemcu/resource/1.1/管脚图.png -------------------------------------------------------------------------------- /book/old/nodemcu/resource/nodemcu_program/gpio.lua: -------------------------------------------------------------------------------- 1 | pin=1 2 | gpio.mode(pin, gpio.OUTPUT) 3 | gpio.write(pin, gpio.LOW) -------------------------------------------------------------------------------- /book/old/nodemcu/resource/nodemcu_program/init.lua: -------------------------------------------------------------------------------- 1 | pri -------------------------------------------------------------------------------- /book/old/nodemcu/resource/nodemcu_program/study_lua.lua: -------------------------------------------------------------------------------- 1 | tab = {} 2 | tab[1] = "Hi" 3 | tab[2] = "Hello" 4 | tab.author = "nladuo" 5 | tab["Count"] = 4 6 | -- haah 7 | for k, v in pairs(tab) do 8 | print(k, v) 9 | end -------------------------------------------------------------------------------- /code/1.3/pwm/pwm.ino: -------------------------------------------------------------------------------- 1 | int pin = 3; 2 | int t = 28; 3 | // int T = 255 隐藏大T为255, 占空比= t:T 4 | 5 | void setup() { 6 | pinMode(pin, OUTPUT); 7 | analogWrite(pin, t); 8 | } 9 | 10 | void loop() {} 11 | -------------------------------------------------------------------------------- /code/2.1/SimpleCalculator/SimpleCalculator.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.1/SimpleCalculator/SimpleCalculator.v12.suo -------------------------------------------------------------------------------- /code/2.1/SimpleCalculator/SimpleCalculator/bin/Debug/SimpleCalculator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.1/SimpleCalculator/SimpleCalculator/bin/Debug/SimpleCalculator.exe -------------------------------------------------------------------------------- /code/2.1/SimpleCalculator/SimpleCalculator/bin/Debug/SimpleCalculator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.1/SimpleCalculator/SimpleCalculator/bin/Debug/SimpleCalculator.pdb -------------------------------------------------------------------------------- /code/2.1/SimpleCalculator/SimpleCalculator/obj/Debug/SimpleCalculator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.1/SimpleCalculator/SimpleCalculator/obj/Debug/SimpleCalculator.exe -------------------------------------------------------------------------------- /code/2.1/SimpleCalculator/SimpleCalculator/obj/Debug/SimpleCalculator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.1/SimpleCalculator/SimpleCalculator/obj/Debug/SimpleCalculator.pdb -------------------------------------------------------------------------------- /code/2.2/SerialPortTool/SerialPortTool.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool/SerialPortTool.v12.suo -------------------------------------------------------------------------------- /code/2.2/SerialPortTool/SerialPortTool/bin/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool/SerialPortTool/bin/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/2.2/SerialPortTool/SerialPortTool/bin/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool/SerialPortTool/bin/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/2.2/SerialPortTool/SerialPortTool/bin/Debug/SerialPortTool.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool/SerialPortTool/bin/Debug/SerialPortTool.vshost.exe -------------------------------------------------------------------------------- /code/2.2/SerialPortTool/SerialPortTool/obj/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool/SerialPortTool/obj/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/2.2/SerialPortTool/SerialPortTool/obj/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool/SerialPortTool/obj/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/2.2/SerialPortTool2/SerialPortTool/bin/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool2/SerialPortTool/bin/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/2.2/SerialPortTool2/SerialPortTool/bin/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool2/SerialPortTool/bin/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/2.2/SerialPortTool2/SerialPortTool/obj/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool2/SerialPortTool/obj/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/2.2/SerialPortTool2/SerialPortTool/obj/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool2/SerialPortTool/obj/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/2.2/SerialPortTool2/SerialPortTool2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool2/SerialPortTool2.suo -------------------------------------------------------------------------------- /code/2.2/SerialPortTool2/SerialPortTool2.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/2.2/SerialPortTool2/SerialPortTool2.v12.suo -------------------------------------------------------------------------------- /code/3.1/HelloActivity/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.1/HelloActivity/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.1/HelloActivity/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | HelloActivity 3 | 4 | -------------------------------------------------------------------------------- /code/3.1/HelloActivity/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.1/HelloActivity/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.1/HelloActivity/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.2/HelloActivity/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.2/HelloActivity/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.2/HelloActivity/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 你好,活动 3 | 4 | -------------------------------------------------------------------------------- /code/3.2/HelloActivity/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.2/HelloActivity/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.2/HelloActivity/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.3/HelloActivity/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.3/HelloActivity/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.3/HelloActivity/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 你好,活动 3 | 4 | -------------------------------------------------------------------------------- /code/3.3/HelloActivity/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.3/HelloActivity/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.3/HelloActivity/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.4/HelloActivity/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.4/HelloActivity/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.4/HelloActivity/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 你好,活动 3 | 4 | -------------------------------------------------------------------------------- /code/3.4/HelloActivity/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.4/HelloActivity/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.4/HelloActivity/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.5/StudyListView/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.5/StudyListView/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.5/StudyListView/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | StudyListView 3 | 4 | -------------------------------------------------------------------------------- /code/3.5/StudyListView/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.5/StudyListView/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.5/StudyListView/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.6/BindService/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.6/BindService/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.6/BindService/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.6/BindService/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | BindService 3 | 4 | -------------------------------------------------------------------------------- /code/3.6/BindService/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.6/BindService/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.6/BindService/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.7/CallPhone/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.7/CallPhone/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.7/CallPhone/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | CallPhone 3 | 4 | -------------------------------------------------------------------------------- /code/3.7/CallPhone/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/CallPhone/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.7/CallPhone/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.7/NetRequest/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.7/NetRequest/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/NetRequest/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/NetRequest/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/NetRequest/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/NetRequest/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/NetRequest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.7/NetRequest/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | NetRequest 3 | 4 | -------------------------------------------------------------------------------- /code/3.7/NetRequest/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.7/NetRequest/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.7/NetRequest/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/ReceiveBroadCast/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | ReceiveBroadCast 3 | 4 | -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/ReceiveBroadCast/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.8/ReceiveBroadCast/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | SendBroadCast 3 | 4 | -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/3.8/SendBroadCast/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/3.8/SendBroadCast/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/4.4/static/css/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-color: #eee; 3 | } 4 | -------------------------------------------------------------------------------- /code/4.4/static/js/main.js: -------------------------------------------------------------------------------- 1 | alert("js 测试"); 2 | -------------------------------------------------------------------------------- /code/4.4/templates/temp.tmpl: -------------------------------------------------------------------------------- 1 | 2 | {{if .temp}} 3 |

{{ .city }}的温度是:{{ .temp }}

4 | {{ else }} 5 |

没有找到{{ .city }}的温度

6 | {{ end }} 7 | 8 | -------------------------------------------------------------------------------- /code/5.1/RGBLedSerialPortTest/RGBLedSerialPortTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.1/RGBLedSerialPortTest/RGBLedSerialPortTest.suo -------------------------------------------------------------------------------- /code/5.1/RGBLedSerialPortTest/RGBLedSerialPortTest.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.1/RGBLedSerialPortTest/RGBLedSerialPortTest.v12.suo -------------------------------------------------------------------------------- /code/5.1/RGBLedSerialPortTest/SerialPortTool/bin/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.1/RGBLedSerialPortTest/SerialPortTool/bin/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/5.1/RGBLedSerialPortTest/SerialPortTool/bin/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.1/RGBLedSerialPortTest/SerialPortTool/bin/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/5.1/RGBLedSerialPortTest/SerialPortTool/obj/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.1/RGBLedSerialPortTest/SerialPortTool/obj/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/5.1/RGBLedSerialPortTest/SerialPortTool/obj/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.1/RGBLedSerialPortTest/SerialPortTool/obj/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/5.2/RGBLedController/RGBLedController.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/RGBLedController/RGBLedController.suo -------------------------------------------------------------------------------- /code/5.2/RGBLedController/RGBLedController.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/RGBLedController/RGBLedController.v12.suo -------------------------------------------------------------------------------- /code/5.2/RGBLedController/SerialPortTool/bin/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/RGBLedController/SerialPortTool/bin/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/5.2/RGBLedController/SerialPortTool/bin/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/RGBLedController/SerialPortTool/bin/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/5.2/RGBLedController/SerialPortTool/obj/Debug/SerialPortTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/RGBLedController/SerialPortTool/obj/Debug/SerialPortTool.exe -------------------------------------------------------------------------------- /code/5.2/RGBLedController/SerialPortTool/obj/Debug/SerialPortTool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/RGBLedController/SerialPortTool/obj/Debug/SerialPortTool.pdb -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest.v12.suo -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest/bin/Debug/TrackbarTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest/bin/Debug/TrackbarTest.exe -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest/bin/Debug/TrackbarTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest/bin/Debug/TrackbarTest.pdb -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest/bin/Debug/TrackbarTest.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest/bin/Debug/TrackbarTest.vshost.exe -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest/obj/Debug/TrackbarTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest/obj/Debug/TrackbarTest.Form1.resources -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest/obj/Debug/TrackbarTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest/obj/Debug/TrackbarTest.exe -------------------------------------------------------------------------------- /code/5.2/TrackbarTest/TrackbarTest/obj/Debug/TrackbarTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.2/TrackbarTest/TrackbarTest/obj/Debug/TrackbarTest.pdb -------------------------------------------------------------------------------- /code/5.4/BLECom/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/5.4/BLECom/.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.4/BLECom/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /code/5.4/BLECom/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/5.4/BLECom/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/5.4/BLECom/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.4/BLECom/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.4/BLECom/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.4/BLECom/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.4/BLECom/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.4/BLECom/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.4/BLECom/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.4/BLECom/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/5.4/BLECom/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/5.5/BleRGBController/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/5.5/BleRGBController/.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/BleRGBController/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /code/5.5/BleRGBController/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/5.5/BleRGBController/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/5.5/BleRGBController/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/BleRGBController/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/BleRGBController/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/BleRGBController/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/BleRGBController/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/BleRGBController/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/BleRGBController/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/BleRGBController/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/5.5/BleRGBController/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/workspace.xml 5 | /.idea/libraries 6 | .DS_Store 7 | /build 8 | /captures 9 | .externalNativeBuild 10 | -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | SeekBarTest 3 | 4 | -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/5.5/SeekBarTest/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /code/5.5/SeekBarTest/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /code/BLECom/BleCom/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/code/BLECom/BleCom/icon.png -------------------------------------------------------------------------------- /code/BLECom/README.md: -------------------------------------------------------------------------------- 1 | 可以当做串口调试助手使用 2 | -------------------------------------------------------------------------------- /resource/5.3/BLE-CC41-A_AT Command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/5.3/BLE-CC41-A_AT Command.pdf -------------------------------------------------------------------------------- /resource/5.3/BLECom.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/5.3/BLECom.apk -------------------------------------------------------------------------------- /resource/5.3/sscom32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/5.3/sscom32.exe -------------------------------------------------------------------------------- /resource/6.1/Arduino-Temperature-Control-Library-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/6.1/Arduino-Temperature-Control-Library-master.zip -------------------------------------------------------------------------------- /resource/6.1/OneWire-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/6.1/OneWire-master.zip -------------------------------------------------------------------------------- /resource/6.2/ethercard-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/6.2/ethercard-master.zip -------------------------------------------------------------------------------- /resource/qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nladuo/IoT-Firstep/eaf9a60deac4570aed5e826732ec989b5b1e99db/resource/qrcode.jpg --------------------------------------------------------------------------------