1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at
Kees Bakker 94474236f1 drivers/at: add a function read a response plus the OK
There are many modem commands for which you get a line of response followed
by an OK. Take for example the AT+CGSN command to get the IMEI of a Ublox
G350.
  >> AT+CGSN
  << 004999010640000
  << OK
2022-10-16 14:05:31 +02:00
..
at.c drivers/at: add a function read a response plus the OK 2022-10-16 14:05:31 +02:00
Kconfig drivers/at: add modules to Kconfig 2020-11-18 18:38:48 +01:00
Makefile drivers: initial commit of generic AT parser module 2018-05-23 16:08:28 +02:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers/at: declare pseudomodules at driver level 2021-10-05 11:48:53 +02:00