1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 09:03:50 +01:00
2025-02-21 09:55:24 +01:00

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