|
|
|
|
|
by catch23
5128 days ago
|
|
The GPIO pins of the RPi can act as the same digital/analog pins that your arduino has, but if you use the arduino, you're confined to using their processing language to write code. A typical project for the arduino might be to control a few simple servo motors to drive a small vehicle. Your comp sci class can now teach in python, and have python control the GPIO pins to drive the vehicle. I think kids would be a lot more excited to learn how to program after seeing how a small $35 device can be used to control a car remotely. |
|