Answer the question
In order to leave comments, you need to log in
How to get mac address in binary form?
In one of the projects, you need to represent the mac address of the router in the form
byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }
and I write it in standard form, like
08-00-27-7B-32- FE
How can I get my poppy address like in the first example?
Answer the question
In order to leave comments, you need to log in
it's not binary, it's 16. And you have it written in the same form. So just add 0x in front, and replace the dashes with commas
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question