YO NERDS hOW DO I FIX THIS

MY HOMEBOY JAYLEN (you wouldnt know him he goes to another school) IS IN /DIRE/ NEED OF SOME CODING INfO, CAN YOU HELP A BROTHER OUT

YES WE CAN HELP. ARE YOU A LITTLE DEAF? WE CAN KEEP SHOUTING IF IT HELPS.

If you are not deaf, please let us know, it will help us nerds with our terrible asthma.

1 Like

No, there is no information given. Fix your cap lock, using capitals like you did is insulting to all of us. I will assume you did not know that at this point.

For Jaylen.

char m[] = {"+mrrlvbsfd^kkldobsbK"};
void setup() {
  Serial.begin(115200);
  for (int i = 0; i < strlen(m) + 1; i++)
    Serial.write(m[strlen(m) - i]+3);
  Serial.println();
}
void loop() {}
3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.