1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
Leandro Lanzieri 6247c107ba tests/drivers/mrf24j40: rename common.h
To avoid name clash, rename this application header file to
test_common.h.
2025-05-15 14:51:05 +02:00
..
2025-05-15 14:51:05 +02:00

About

This is a manual test application for the MRF24J40 radio driver.

For running this test, you need to connect/configure the following pins of your radio device:

  • SPI MISO
  • SPI MOSI
  • SPI CLK
  • CS (chip select)
  • RESET
  • INT (external interrupt)

Usage

For testing the radio driver you can use the ifconfig and txtsnd shell commands that are included in this application.