1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at
Kevin "Bear Puncher" Weiss 772dcd189b
Merge pull request #11532 from leandrolanzieri/pr/drivers/at_rcv-functions
drivers/at: Add 'at_recv_bytes_until_string' function
2019-05-29 09:55:33 +02:00
..
main.c tests/driver_at: Add receive until string test 2019-05-16 14:45:53 +02:00
Makefile tests: Updated BOARD_INSUFFICIENT_MEMORY 2019-05-24 17:57:44 +02:00
README.md tests/driver_at: Fix README typo 2019-05-16 14:45:53 +02:00

Expected result

You should be presented with a RIOT shell that provides commands to initialize an UART and send AT commands to an AT module.

Background

Test for the AT command parser driver.