LoRaWANCH341 Library
|
Implementation of the CH341SPI class for SPI communication using the CH341 USB-SPI adapter. More...
#include "CH341SPI.hpp"
#include "CH341Config.hpp"
#include <iostream>
#include <chrono>
#include <thread>
#include <vector>
Implementation of the CH341SPI class for SPI communication using the CH341 USB-SPI adapter.
This file contains the implementation of the CH341SPI class, which provides methods for initializing, configuring, and communicating with SPI devices using the CH341 USB-SPI adapter. It uses the libusb library for USB communication.