blob: 9cc3b2ea45188a0d8a511f58ef356eb8a5444358 (
plain)
1
2
3
4
5
|
clear;
clc;
disp("--------------Example 2.2---------------")
disp("07:01:02:01:2C:4B ") //display the example
printf("This is an example of a 6-byte (12 hexadecimal digits) physical address.")
|