Home

test d’ecriture de code

Forum

Home Forum forum OPENTP test d’ecriture de code

Questo argomento contiene 3 risposte, ha 2 partecipanti, ed è stato aggiornato da  402 6 anni, 1 mese fa.

Stai vedendo 4 articoli - dal 1 a 4 (di 4 totali)
  • Autore
    Articoli
  • #854

    fred
    Partecipante

    Test programme :

    // the setup function runs once when you press reset or power the board
    void setup() {
      // initialize digital pin LED_BUILTIN as an output.
      pinMode(LED_BUILTIN, OUTPUT);
    }
    
    // the loop function runs over and over again forever
    void loop() {
      digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)
      delay(1000);                       // wait for a second
      digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW
      delay(1000);                       // wait for a second
    }

    Et voila.

    #856

    fred
    Partecipante

    Important :

    • il fait beau.
    • c’est le printemps.
    1. il fait toujours beau.
    2. c’est toujours le printemps.

    Pour coder tout cela :

    
    
    <blockquote> Important :</blockquote>
    
    <ul>
    	<li>il fait beau.</li>
    	<li>c'est le printemps.</li>
    </ul>
    
    <ol>
    	<li>il fait toujours beau.</li>
    	<li>c'est toujours le printemps.</li>
    </ol>
    #860

    402
    Amministratore del forum

    mlmlmlmlm

    #1084

    402
    Amministratore del forum

    test test

Stai vedendo 4 articoli - dal 1 a 4 (di 4 totali)

Devi essere loggato per rispondere a questa discussione.

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