Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| /* | |
| e-Gizmo e-BOT 4x4 Soccerbot | |
| UHF EX and STD compatible | |
| Using PBOT board with ATmega168P MCU | |
| The controller and pin assignments: | |
| (Summary of PS Controller Functions) |
| /* | |
| e-Gizmo e-BOT 4x4 Gripperbot with PS2 Controller | |
| Sample Code | |
| UHF EX and STD compatible | |
| Using PBOT board with ATmega168P MCU | |
| The controller and pin assignments: | |
| (Summary of PS Controller Functions) |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| /* | |
| e-Gizmo e-BOT 4x4 EGRA with PS2 Controller | |
| (with 2ch tiny motor driver) | |
| UHF EX and STD compatible | |
| Using PBOT board with ATMGE644P | |
| The controller and pin assignments: | |
| (Summary of PS Controller Functions) |
| //*********************************************// | |
| // // | |
| // MINIBOT_BT_CONTROLLED // | |
| // // | |
| // This demo program will controll the // | |
| // minibot using android phone via bluetooth. // | |
| // // | |
| // Codes by: // | |
| // e-Gizmo Mechatronix Central // | |
| // Taft, Manila, Philippines // |
| //*********************************************// | |
| // e-Bot (4x4) // | |
| // SOCCER_BOT_BT CONTROLLED // | |
| // // | |
| // This demo program will controll the bot // | |
| // using android phone via bluetooth. // | |
| // // | |
| // Codes by: // | |
| // e-Gizmo Mechatronix Central // | |
| // Taft, Manila, Philippines // |
| //*********************************************// | |
| // P_BOT_JR // | |
| // JR_ BT_ANDROID // | |
| // // | |
| // This enables a bot to avoid obstacles and // | |
| // may also solve mazes. // | |
| // Codes by: // | |
| // e-Gizmo Mechatronix Central // | |
| // Taft, Manila, Philippines // | |
| // http://www.egizmo.com // |
| // e-Gizmo OBSTAPROX PBOT junior | |
| /* | |
| This enables a pbot to avoid obstacles and | |
| may also solve mazes. The program does not | |
| include the use of the line sensor and is | |
| optional. The codes for the line sensors | |
| are included just case it is needed. | |
| Codes by: | |
| e-Gizmo Mechatronix Central |
| // e-Gizmo OBSTASONIC PBOT jr. | |
| /* | |
| This programs a sumobot with built in line | |
| sensor to avoid lines and stay in a ring. | |
| It also has an ultrasonic sensor that | |
| tells the Pbot to ram the target but avoids | |
| the ring if detected. | |
| Codes by: | |
| e-Gizmo Mechatronix Central |
| /* | |
| P-BOT Junior Demo Program | |
| >>- Line following Mobot -<< | |
| >>-by e-Gizmo Mechatronix Central-<< | |
| Date modified October 30, 2015 | |
| This demo program will make the P-BOT Juinor detect to follow | |
| a black line path laid out on a light colored surface. | |
| track width is 15-19mm wide. |