Help: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 26: | Line 26: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Even assembler works: | |||
<syntaxhighlight lang="asm"> | |||
; Set PB0 and PB1 as output | |||
Ldi Temp, (1<<PB0) | (1<<PB1) | |||
Out DDRB, Temp | |||
</syntaxhighlight> | |||
== | == Youtube == | ||
* inserting a youtube video: <pre><youtube>ZqIxmF0G06k</youtube></pre> | |||
== Flickr == | == Flickr == | ||
| Line 46: | Line 47: | ||
== Citations == | == Citations == | ||
http://www.mediawiki.org/wiki/Extension:Cite/Cite.php | http://www.mediawiki.org/wiki/Extension:Cite/Cite.php | ||
=== Usage === | |||
The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): | The Sun is pretty big.<ref>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–25.</ref> The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44–46.</ref> | ||
==Notes== | |||
<references/> | <references /> | ||
== More on Widgets == | == More on Widgets == | ||
Latest revision as of 00:05, 24 November 2021
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:
<youtube>ZqIxmF0G06k</youtube>
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
The Sun is pretty big.[1] The Moon, however, is not so big.[2]