<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.forth-ev.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.forth-ev.de/feed.php">
        <title>Forth-eV Wiki - en:projects:microbit</title>
        <description></description>
        <link>https://wiki.forth-ev.de/</link>
        <image rdf:resource="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png" />
       <dc:date>2026-04-21T11:49:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:projects:microbit:calliope_analog_input_example?rev=1503783435"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:projects:microbit:calliope_blinky_source_code?rev=1503783331"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/en:projects:microbit:start?rev=1666252742"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png">
        <title>Forth-eV Wiki</title>
        <link>https://wiki.forth-ev.de/</link>
        <url>https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:projects:microbit:calliope_analog_input_example?rev=1503783435">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-26T21:37:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.forth-ev.de/doku.php/en:projects:microbit:calliope_analog_input_example?rev=1503783435</link>
        <description>\ A small analog input example for Calliope

\ Tasks:
$40007000 constant adc_start
$40007004 constant adc_stop

\ Events:
$40007100 constant adc_end

\ Registers:
$40007400 constant adc_busy
$40007500 constant adc_enable
$40007504 constant adc_config
$40007508 constant adc_result

: init-analog ( -- )
  1 adc_enable !
;

: analog ( channel -- result )
  \ 1 adc_stop !
  $200 swap lshift 2 or adc_config !  \ Select input channel and 10 bits resolution with internal 1.2V bandgap reference
  1 adc_…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:projects:microbit:calliope_blinky_source_code?rev=1503783331">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-26T21:35:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.forth-ev.de/doku.php/en:projects:microbit:calliope_blinky_source_code?rev=1503783331</link>
        <description>\ -------------------------------------------------------------
\  A not-so-small &quot;blinky&quot; using the LED matrix on Calliope
\ -------------------------------------------------------------

$50000504 constant gpio_out         \ Write GPIO port
$50000508 constant gpio_outset      \ Set individual bits in GPIO port
$5000050C constant gpio_outclr      \ Clear individual bits in GPIO port
$50000510 constant gpio_in          \ Read GPIO port
$50000514 constant gpio_dir         \ Direction of GPIO pins…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/en:projects:microbit:start?rev=1666252742">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-20T07:59:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Forth for the BBC micro:bit</title>
        <link>https://wiki.forth-ev.de/doku.php/en:projects:microbit:start?rev=1666252742</link>
        <description>Forth for the BBC micro:bit

[BBC micro:bit]

There was an opportunity to have early access to a spare BBC micro:bit.

Matthias Koch took the time and effort to adapt his Mecrsip-Stellaris Forth to the BBC micro:bit hardware.

The complete Mecrisp Github File System contains many files covering the different Controllers it runs on – but which are not necessarily related to the micro:bit.</description>
    </item>
</rdf:RDF>
