misc
Table of Contents
Ardubroke
Phoframe
Board connections.
#define UPPER_MOTOR_PIN1 2 #define UPPER_MOTOR_PIN2 3 #define UPPER_MOTOR_PIN3 4 #define UPPER_MOTOR_PIN4 5 #define LOWER_MOTOR_PIN1 8 #define LOWER_MOTOR_PIN2 9 #define LOWER_MOTOR_PIN3 10 #define LOWER_MOTOR_PIN4 11 /* IR sensor */ #define SENSOR_PIN 12
Issues
Figure 1: This image shows the lower motor (left) and the upper (right) respectively.
In figure 1 is shown how even if the
radius of the two axes is the same () usually
(the axe plus the wrapping paper).
Because (the angular velocity is the same)
the linear velocity is not. So, in the figure, the quantity of paper
pushed by the lower motor is more than the paper pulled by the upper
motor. This is of course a problem.
But if the paper strip is short enough (tested with a strips of length
) the difference between
and
is
negligible.
Floyd triangle in Monicelli
This source will print the Floyd's triangle.
unfortunately i was forced to patch the compiler a little bit to get the desired output as the default is to emit a newline for each 'a posterdati' statement.
I just commented this line to get rid of the new line.
I have also changed the compiler source here and there, just to be able to build it. As a results i could not use the bytecode compiler, only the c++ emitter worked fine to me.
There are other limitations but you can figure out them looking at the source. :-)
Thank you to the author of this language and Salvo for the idea! :)