登录
首页 » Android » Atmel AVR 的控制器的 USB 在线编程器

Atmel AVR 的控制器的 USB 在线编程器

于 2022-02-04 发布 文件大小:866.01 kB
0 107
下载积分: 2 下载次数: 1

代码说明:

USBasp 是 USB 电路在程序员为 Atmel AVR 的控制器。它只是由 ATMega48 或 ATMega8 和几个无源元件组成. 程序员使用固件-仅限于 USB 驱动程序,没有特殊的 USB 控制器需要。 特点: -在多个平台下的作品。Linux、 Mac OS X 和 Windows 进行测试。 -无特殊控制器或 smd 组件需要。 -编程速度高达 5kBytes/秒。 -SCK 选项以支持低时钟速度 (< 1,5 兆赫) 的目标。 -计划: 目标 (例如,用于调试) 的串行接口。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DialerPan
    设计的Android自定义View,模仿老电话式旋转拨号盘,按住数字键后绕着圆心进行旋转,当旋转到第三象限时,中心图片会改变,在第三象限抬起手,就会将按住的数字填入编辑框,也可点击编辑框后的后退按钮进行撤销操作,编辑完后点击中心图片会验证所填入密码是否正确。我当前设计的密码是123.(Design custom Android View, imitating the old rotary dial phone, hold the number key to rotate around the center of the circle, when the rotation to the third quadrant, the center picture will change, raised his hand in the third quadrant, they will be Press and hold the digital fill edit box can also click the Back button in the edit box for withdrawal after the operation, after editing click on the picture will validate the populated center of the password is correct. My current design code is 123.)
    2013-06-09 10:34:30下载
    积分:1
  • android 蓝牙串口助手源代码
    一个利用android手机蓝牙,进行链接后,实现文件传输的Demo 其中借鉴了一些网友的例子,经过自己的修改,实现了对文件的传输, 蓝牙串口助手功能 亲测,可用。
    2023-01-11 14:55:04下载
    积分:1
  • wifi连接
    资源描述用户交互界面填写要连接的wifi的ssid及其连接方式(WEP、WPA或无密码情况),点击连接,即可通过服务连接wifi,同时,广播实时监听wifi的连接状态
    2022-02-20 07:06:21下载
    积分:1
  • Android-PPT
    Android learn. This document include all PPT and other meterials to help you learn the Android development(Android learn. This document include all PPT and other meterials to help you learn the Android development.)
    2015-05-05 21:00:44下载
    积分:1
  • FileManager
    安卓应用中的文件管理开发范例,提供各种文件管理功能(Android application development paradigm in document management, offering a variety of file management functions)
    2013-09-30 08:27:56下载
    积分:1
  • android导出自己手机通讯录信息
    android导出自己手机通讯录信息
    2013-06-04下载
    积分:1
  • Android源代码,类似Gmail的导航抽屉
    此应用程序是 Gmail 像导航抽屉的例子。在此应用中,有三个页面,使用的片段。本教程 Android 自定义导航抽屉里包含一个基本的和自定义的项目。后者显示了如何设置一个导航的抽屉里。导航抽屉自定义这些项目的源代码是可供下载。也是导航抽屉-生活-O 项目......导航抽屉-生活-O该项目的源代码是在 GitHub 的。您可轻松定制 android 导航抽屉,一旦你知道怎么它被实现。这是在哪里,你可以设置好的补习。这将是你的 mainXML 的结构:通过添加标题,您可以根据自己的喜好定制此 listview。和单选按钮。
    2023-02-06 22:55:03下载
    积分:1
  • Android PathEffect 效果实例
    从一本书中得到的Android PathEffect 效果实例,不多说了,直接把关键代码帖出来吧,需要完整代码的可下载本源码,运行的效果请参见下边的截图所示,运行时,可看到多条像流水一样的路径曲线,下面是代码:   // 定义画板为白色   canvas.drawColor(Color.WHITE);   pe[0] = null;   // 此PathEffect为圆滑的弧形   pe[1] = new CornerPathEffect(10);   // 离散的线   // 第一个参数为离散在弧上的间距   // 第二个参数为离散的程度   pe[2] = new DiscretePathEffect(3, 10);   // Dash为破折号的意思。 应该是破这行   // 其中第一个参数是new float[]{} 表示其中的间隔和距离   // phase表示相位   pe[3] = new DashPathEffect(new float[] { 20, 5, 5, 20 }, phase);   //先建立一个Path 然后创建PathDashPathEffect对象 其中p为path   Path p = new Path();   p.addRect(0,0,8,8,Path.Direction.CW);   pe[4] = new PathDashPathEffect(p, 12, phase, PathDashPathEffect.Style.ROTATE);   //此方法表示两个组合的PathEffect   pe[5] = new ComposePathEffect(pe[2], pe[4]);   //结果和pe[5]类似   pe[6] = new SumPathEffect(pe[4], pe[3]);   // 开始画七条线   for (int i = 0; i < pe.length; i++) {   // 如果没有paint.setPathEffect(),那么系统默认为paint.setPathEffect(null);   paint.setPathEffect(pe[i]);   paint.setColor(colors[i]);   canvas.drawPath(path, paint);   //使画板平移
    2022-07-25 12:05:42下载
    积分:1
  • Android webView和js交互的Demo
    Android webView和js交互的Demo
    2015-04-17下载
    积分:1
  • 安卓后台服务程序
    资源描述安卓的后台服务程序  安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 
    2022-03-04 14:31:40下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载