CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:libpololu-avr-090605

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    704.25kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

The Pololu 3pi robot is a small, high-performance, autonomous robot designed to excel in line-following and line-mazesolving

competitions. Powered by four AAA batteries (not included) and a unique power system that runs the motors at

a regulated 9.25 V, 3pi is capable of speeds up to 100 cm/second while making precise turns and spins that don’t vary

with the battery voltage. This results in highly consistent and repeatable performance of well-tuned code even as the

batteries run low. The robot comes fully assembled with two micro metal gearmotors, five reflectance sensors, an 8×2

character LCD, a buzzer, three user pushbuttons, and more, all connected to a user-programmable AVR microcontroller.

The 3pi measures approximately 3.7 inches (9.5 cm) in diameter and weighs 2.9 oz (83 g) without batteries.
相关搜索: 3pi

(系统自动生成,下载前可以参看下载内容)

下载文件列表

libpololu-avr/
libpololu-avr/devices/
libpololu-avr/devices/atmega168/
libpololu-avr/devices/atmega168/Makefile
libpololu-avr/devices/atmega328p/
libpololu-avr/devices/atmega328p/Makefile
libpololu-avr/devices/template.mk
libpololu-avr/devices/Makefile
libpololu-avr/devices/atmega48/
libpololu-avr/devices/atmega48/Makefile
libpololu-avr/libpololu_atmega168.a
libpololu-avr/install.bat
libpololu-avr/README.txt
libpololu-avr/libpololu_atmega48.a
libpololu-avr/src/
libpololu-avr/src/OrangutanPushbuttons/
libpololu-avr/src/OrangutanPushbuttons/OrangutanPushbuttons.cpp
libpololu-avr/src/OrangutanPushbuttons/OrangutanPushbuttons.h
libpololu-avr/src/OrangutanBuzzer/
libpololu-avr/src/OrangutanBuzzer/OrangutanBuzzer.cpp
libpololu-avr/src/OrangutanBuzzer/OrangutanBuzzer.h
libpololu-avr/src/OrangutanLEDs/
libpololu-avr/src/OrangutanLEDs/OrangutanLEDs.cpp
libpololu-avr/src/OrangutanLEDs/OrangutanLEDs.h
libpololu-avr/src/Pololu3pi/
libpololu-avr/src/Pololu3pi/Pololu3pi.cpp
libpololu-avr/src/Pololu3pi/Pololu3pi.h
libpololu-avr/src/OrangutanLCD/
libpololu-avr/src/OrangutanLCD/OrangutanLCD.h
libpololu-avr/src/OrangutanLCD/OrangutanLCD.cpp
libpololu-avr/src/OrangutanLCD/private/
libpololu-avr/src/OrangutanLCD/private/OrangutanLCDPrivate.h
libpololu-avr/src/OrangutanMotors/
libpololu-avr/src/OrangutanMotors/OrangutanMotors.cpp
libpololu-avr/src/OrangutanMotors/OrangutanMotors.h
libpololu-avr/src/OrangutanAnalog/
libpololu-avr/src/OrangutanAnalog/OrangutanAnalog.cpp
libpololu-avr/src/OrangutanAnalog/OrangutanAnalog.h
libpololu-avr/src/OrangutanSerial/
libpololu-avr/src/OrangutanSerial/OrangutanSerial.cpp
libpololu-avr/src/OrangutanSerial/OrangutanSerial.h
libpololu-avr/src/include/
libpololu-avr/src/include/atmega328p_pins.h
libpololu-avr/src/OrangutanResources/
libpololu-avr/src/OrangutanResources/OrangutanResources.cpp
libpololu-avr/src/OrangutanResources/OrangutanResources.h
libpololu-avr/src/PololuQTRSensors/
libpololu-avr/src/PololuQTRSensors/PololuQTRSensors.cpp
libpololu-avr/src/PololuQTRSensors/PololuQTRSensors.h
libpololu-avr/src/PololuQTRSensors/README-Arduino-QTR.txt
libpololu-avr/src/PololuWheelEncoders/
libpololu-avr/src/PololuWheelEncoders/PololuWheelEncoders.cpp
libpololu-avr/src/PololuWheelEncoders/PololuWheelEncoders.h
libpololu-avr/src/OrangutanTime/
libpololu-avr/src/OrangutanTime/OrangutanTime.h
libpololu-avr/src/OrangutanTime/OrangutanTime.cpp
libpololu-avr/examples/
libpololu-avr/examples/atmega168/
libpololu-avr/examples/atmega168/hex_files/
libpololu-avr/examples/atmega168/3pi-mazesolver/
libpololu-avr/examples/atmega168/3pi-mazesolver/3pi-mazesolver.aps
libpololu-avr/examples/atmega168/3pi-mazesolver/main.c
libpololu-avr/examples/atmega168/3pi-mazesolver/turn.c
libpololu-avr/examples/atmega168/3pi-mazesolver/bargraph.h
libpololu-avr/examples/atmega168/3pi-mazesolver/maze-solve.c
libpololu-avr/examples/atmega168/3pi-mazesolver/follow-segment.c
libpololu-avr/examples/atmega168/3pi-mazesolver/turn.h
libpololu-avr/examples/atmega168/3pi-mazesolver/maze-solve.h
libpololu-avr/examples/atmega168/3pi-mazesolver/Makefile
libpololu-avr/examples/atmega168/3pi-mazesolver/bargraph.c
libpololu-avr/examples/atmega168/3pi-mazesolver/follow-segment.h
libpololu-avr/examples/atmega168/lcd1/
libpololu-avr/examples/atmega168/lcd1/test.c
libpololu-avr/examples/atmega168/lcd1/lcd1.aps
libpololu-avr/examples/atmega168/lcd1/Makefile
libpololu-avr/examples/atmega168/3pi-demo-program/
libpololu-avr/examples/atmega168/3pi-demo-program/test.c
libpololu-avr/examples/atmega168/3pi-demo-program/3pi-demo-program.aps
libpololu-avr/examples/atmega168/3pi-demo-program/Makefile
libpololu-avr/examples/atmega168/wheel_encoders1/
libpololu-avr/examples/atmega168/wheel_encoders1/test.c
libpololu-avr/examples/atmega168/wheel_encoders1/Makefile
libpololu-avr/examples/atmega168/wheel_encoders1/wheel_encoders1.aps
libpololu-avr/examples/atmega168/buzzer1/
libpololu-avr/examples/atmega168/buzzer1/test.c
libpololu-avr/examples/atmega168/buzzer1/buzzer1.aps
libpololu-avr/examples/atmega168/buzzer1/Makefile
libpololu-avr/examples/atmega168/3pi-serial-master/
libpololu-avr/examples/atmega168/3pi-serial-master/3pi-serial-master.aps
libpololu-avr/examples/atmega168/3pi-serial-master/Makefile
libpololu-avr/examples/atmega168/3pi-serial-master/master.c
libpololu-avr/examples/atmega168/analog1/
libpololu-avr/examples/atmega168/analog1/test.c
libpololu-avr/examples/atmega168/analog1/analog1.aps
libpololu-avr/examples/atmega168/analog1/Makefile
libpololu-avr/examples/atmega168/motors1/
libpololu-avr/examples/atmega168/motors1/test.c
libpololu-avr/examples/atmega168/motors1/motors1.aps
libpololu-avr/examples/atmega168/motors1/Makefile
libpololu-avr/examples/atmega168/SV-xx8_demo_program/
libpololu-avr/examples/atmega168/SV-xx8_demo_program/test.c
libpololu-avr/examples/atmega168/SV-xx8_demo_program/Makefile
libpololu-avr/examples/atmega168/SV-xx8_demo_program/SV-xx8_demo_program.aps
libpololu-avr/examples/atmega168/simple_servo_control/
libpololu-avr/examples/atmega168/simple_servo_control/test.c
libpololu-avr/examples/atmega168/simple_servo_control/simple_servo_control.aps
l

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com