Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

Re: Anfängerfrage?? Kategorie: Programmierung (von Sebastian - 27.02.2007 17:55)
Als Antwort auf Anfängerfrage?? von Thomas - 27.02.2007 12:57
Ich nutze:
C-Control II Station, OSOPT V3.0
hi thomas,


etwas code wäre hilfreich.

rpobier aber mal dieses hello-world programm:

1. im projektexplorer unter systemmodule rechtsclick auf "stports", "modul in projekt verwenden"
2. modul mit folgendem code erstellen und in projekt einfügen:


thread main{

       lcdext.init();
       lcdext.print("Hello World");
       
       halt;
}


    Antwort schreiben


Antworten: