Skip to content
/ RF24 Public
forked from nRF24/RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices

License

Notifications You must be signed in to change notification settings

demosspro/RF24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Рабочая библиотека совместимая с Arduino IDE 1.8.13+ Отсутствуют предупреждения и ошибки при компиляции с использованием miniCore, GyverCore, штатных ардуино. для Atmega328p \ Atmega168p

In function 'void setup()': warning: invalid conversion from 'byte* {aka unsigned char*}' to 'uint64_t {aka long long unsigned int}' [-fpermissive] radio.openReadingPipe(1,address[0]);
RF24.h:350:8: note: initializing argument 2 of 'void RF24::openReadingPipe(uint8_t, uint64_t)' void openReadingPipe(uint8_t number, uint64_t address);

Код занимает чуть меньше места в памяти.

About

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 53.8%
  • C 28.3%
  • Python 8.5%
  • CMake 6.6%
  • CSS 1.9%
  • Makefile 0.9%