IQRF SPI library for Arduino
Version 1.2
|
Go to the source code of this file.
Macros | |
#define | PACKET_SIZE 68 |
Size of SPI TX and RX buffer. | |
#define | PACKET_BUFFER_SIZE 32 |
Size of SPI TX packet buffer. | |
#define | MICRO_SECOND 1000000 |
Microsecond. | |
#define | MILLI_SECOND 1000 |
Milisecond. | |
#define | TR_RESET_PIN 6 |
TR reset pin. | |
#define | TR_SS_PIN 10 |
SPI SS pin. | |
#define | TR_MOSI_PIN 11 |
SPI MOSI pin. | |
#define | TR_MISO_PIN 12 |
SPI MISO pin. | |
Copyright 2015-2016 MICRORISC s.r.o.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.