Help: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
return 0; | return 0; | ||
} | } | ||
</syntaxhighlight> | |||
Even assembler works: | |||
<syntaxhighlight lang="asm"> | |||
; Set PB0 and PB1 as output | |||
Ldi Temp, (1<<PB0) | (1<<PB1) | |||
Out DDRB, Temp | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 15:56, 17 June 2015
General
Images
- text flow below the images:
<br style="clear: both" />
Code
Use
<syntaxhighlight lang="c">Your awesome code here</syntaxhighlight>
How it will look:
int main() {
return 0;
}
Even assembler works:
; Set PB0 and PB1 as output
Ldi Temp, (1<<PB0) | (1<<PB1)
Out DDRB, Temp
Youtube
- inserting a youtube video Widget:YouTube
Vimeo
- inserting a vimeo video Widget:Vimeo
{{#widget:Vimeo|id=10895002}}
Flickr
- inserting Flickr Galleries Widget:Flickr
For more details look freelance writing opportunities site.
Citations
http://www.mediawiki.org/wiki/Extension:Cite/Cite.php#Usage
According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]
Notes
More on Widgets
Google Calendar
- inserting a google calendar Widget:Google Calendar
{{#widget:Google Calendar |id=lmsb1dsghkju6ujpbp0el5hf9ll12t75@import.calendar.google.com |color=B1440E |title=Various Calendars from Google |weekstart=2 |lang=de |view=AGENDA }}