Other Arduino Codes and Videos by Robojax

Digispark Serial Monitor

دروس آردوینو به فارسی

How to display degubbing information on Serial Monitor with Digispark

This video explaines how to display debugging information the way Serial Monitor is diplayed using Arduino IDE
  1. Start Using Digispark (video)

 /*
 * This code has been modified from the main
 * provided library by Digispark for Arduino
 * Modified by Ahmad Shamshiri for Robojax.com
 * on Sunday May 12, 2019 in Ajax, Ontario, Canada
 * www.Robojax.com
 Watch video instruction for this code: https://youtu.be/Wj7i1fQDeTk
 * 
 */
#include <DigiKeyboard.h>
void setup() {

  //Robojax Serial monitor demo 
  // for Digispark
  
  DigiKeyboard.delay(3000);
  DigiKeyboard.println("Robojax Test");
  DigiKeyboard.println("for Digispark");

}

void loop() {

}
   

If you found this tutorial helpful, please support me so I can continue creating content like this. support me via PayPal