shield-sim7000 1.0.0-alpha.2

This crate provides clients for the SIM7000 series of shields.
Documentation
1
2
3
4
5
6
extern crate at_commands as at_commands_crate;
extern crate log;
extern crate serialport;

pub mod clients;
pub mod serial;