void setup() { } void loop() { act(); } void act() { set_binary(42);//Displays the binary value for 42 (101010). }