pa3gsb / Radioberry-2.x

Ham Radio hat for Raspberry PI
440 stars 87 forks source link

Added Alex and Generic filters interface transport over i2c to rpi4 firmware #4

Closed cinosh07 closed 4 years ago

cinosh07 commented 4 years ago

This pull request add Alex interface over i2c address 0x21 and generic filters interface over i2c address 0x20 to rpi-4.

If radioberry discover i2c device on 0x21 address it will use Alex interface protocol. If radioberry discover i2c device on 0x20 address it will use the Generic Filters interface that i'm developing.

I've put the code on a separate file: filters.h to keep to other code files clean and shorter.

73 VA2SAJ