文件名称:libpololu-avr-090605
介绍说明--下载内容来自于网络,使用问题请自行百度
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.
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.