linguini1 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2701403890
> https://github.com/keever50/nuttx/blob/9caff9604715a4eae1235c0fef03547ebfc730cc/include/nuttx/wireless/ioctl.h > > I made progress to the start of the common API. Let me know what you think. I like it so far, but I'm still not sure about using `fixedmath`. Why not just take up the extra integer space for RSSI and dBm to have more precision? Just so I understand correctly, the process for the user will be to do something like the following? ```c uint8_t payload[SIZE]; struct wlioc_rx_hdr_s hdr = { .payload_length = sizeof(payload), .payload = &hdr, }; read(radio, &hdr, sizeof(hdr)); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org