Home

quoting arduino code in the forum

forum

Accueil Forums forum OPENTP quoting arduino code in the forum

This topic contains 0 replies, has 1 voice, and was last updated by  402 5 years, 11 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1185

    402
    Keymaster

    The “code” text tag allows the insertion of code in the forum messages.

    Example :

    
    void setup() {
      pinMode(LED_BUILTIN, OUTPUT);
    }
    
    void loop() {
      digitalWrite(LED_BUILTIN, HIGH);   
      delay(1000);                       
      digitalWrite(LED_BUILTIN, LOW);   
      delay(1000);                       
    }
    
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Back to home page
Insert math as
Block
Inline
Additional settings
Formula color
Text color
#333333
Type math using LaTeX
Preview
\({}\)
Nothing to preview
Insert