mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
23 lines
359 B
Plaintext
23 lines
359 B
Plaintext
;
|
|
; Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
|
|
;
|
|
; SPDX-License-Identifier: BSD-3-Clause
|
|
;
|
|
|
|
.program blink
|
|
|
|
.wrap_target
|
|
begin:
|
|
set pins, 0 [31]
|
|
nop [31]
|
|
nop [31]
|
|
nop [31]
|
|
nop [31]
|
|
set pins, 1 [31]
|
|
nop [31]
|
|
nop [31]
|
|
nop [31]
|
|
nop [31]
|
|
jmp begin
|
|
.wrap
|