├── .gitattributes ├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .travis.yml ├── LICENSE.md ├── README.md ├── adapterBoard ├── AdapterBoardTestBed.png ├── adapterBoard gerber files │ ├── adapterBoard_contour.gm1 │ ├── adapterBoard_copperBottom.gbl │ ├── adapterBoard_copperTop.gtl │ ├── adapterBoard_drill.txt │ ├── adapterBoard_maskBottom.gbs │ ├── adapterBoard_maskTop.gts │ ├── adapterBoard_pasteMaskTop.gtp │ ├── adapterBoard_pnp.txt │ ├── adapterBoard_silkBottom.gbo │ └── adapterBoard_silkTop.gto ├── adapterBoard pdf │ ├── AdapterBoardTestBed.fzz │ ├── DWM1000_AdapterBoard_Breadboard.svg │ ├── adapterBoard.fzz │ ├── adapterBoard_etch_copper_bottom.pdf │ ├── adapterBoard_etch_copper_bottom_mirror.pdf │ ├── adapterBoard_etch_copper_top.pdf │ ├── adapterBoard_etch_copper_top_mirror.pdf │ ├── adapterBoard_etch_mask_bottom.pdf │ ├── adapterBoard_etch_mask_bottom_mirror.pdf │ ├── adapterBoard_etch_mask_top.pdf │ ├── adapterBoard_etch_mask_top_mirror.pdf │ ├── adapterBoard_etch_paste_mask_bottom.pdf │ ├── adapterBoard_etch_paste_mask_bottom_mirror.pdf │ ├── adapterBoard_etch_paste_mask_top.pdf │ ├── adapterBoard_etch_paste_mask_top_mirror.pdf │ ├── adapterBoard_etch_silk_bottom.pdf │ ├── adapterBoard_etch_silk_bottom_mirror.pdf │ ├── adapterBoard_etch_silk_top.pdf │ └── adapterBoard_etch_silk_top_mirror.pdf └── dwm1000 arduino standalone │ ├── DWM1000.lbr │ ├── etch_top_sided_miror.pdf │ ├── one_sided_standalone_DWM1000.brd │ └── one_sided_standalone_DWM1000.sch ├── examples ├── BasicConnectivityTest │ └── BasicConnectivityTest.ino ├── BasicReceiver │ └── BasicReceiver.ino ├── BasicSender │ └── BasicSender.ino ├── DW1000Ranging_ANCHOR │ └── DW1000Ranging_ANCHOR.ino ├── DW1000Ranging_TAG │ └── DW1000Ranging_TAG.ino ├── MessagePingPong │ └── MessagePingPong.ino ├── RangingAnchor │ └── RangingAnchor.ino ├── RangingTag │ └── RangingTag.ino └── TimestampUsageTest │ └── TimestampUsageTest.ino ├── extras ├── LICENSE └── doc │ ├── DW1000 │ ├── DW1000_Arduino_API_doc.pdf │ └── html │ ├── DW1000CompileOptions_8h.html │ ├── DW1000CompileOptions_8h_source.html │ ├── DW1000Constants_8h.html │ ├── DW1000Constants_8h_source.html │ ├── DW1000Device_8cpp.html │ ├── DW1000Device_8h.html │ ├── DW1000Device_8h_source.html │ ├── DW1000Mac_8cpp.html │ ├── DW1000Mac_8h.html │ ├── DW1000Mac_8h_source.html │ ├── DW1000Ranging_8cpp.html │ ├── DW1000Ranging_8h.html │ ├── DW1000Ranging_8h_source.html │ ├── DW1000Time_8cpp.html │ ├── DW1000Time_8h.html │ ├── DW1000Time_8h_source.html │ ├── DW1000_8cpp.html │ ├── DW1000_8h.html │ ├── DW1000_8h_source.html │ ├── _2home_2az_2Dropbox_2work_2Arduino_2az-z_2arduino-dw1000_2src_2DW1000Time_8cpp-example.html │ ├── annotated.html │ ├── arrowdown.png │ ├── arrowright.png │ ├── bc_s.png │ ├── bdwn.png │ ├── classDW1000Class-members.html │ ├── classDW1000Class.html │ ├── classDW1000Device-members.html │ ├── classDW1000Device.html │ ├── classDW1000Mac-members.html │ ├── classDW1000Mac.html │ ├── classDW1000RangingClass-members.html │ ├── classDW1000RangingClass.html │ ├── classDW1000Time-members.html │ ├── classDW1000Time.html │ ├── classes.html │ ├── closed.png │ ├── deprecated.html │ ├── deprecated_8h.html │ ├── deprecated_8h_source.html │ ├── dir_68267d1309a1af8e8297ef4c3efbcdba.html │ ├── doc.png │ ├── doxygen.css │ ├── doxygen.png │ ├── dynsections.js │ ├── examples.html │ ├── files.html │ ├── folderclosed.png │ ├── folderopen.png │ ├── ftv2blank.png │ ├── ftv2cl.png │ ├── ftv2doc.png │ ├── ftv2folderclosed.png │ ├── ftv2folderopen.png │ ├── ftv2lastnode.png │ ├── ftv2link.png │ ├── ftv2mlastnode.png │ ├── ftv2mnode.png │ ├── ftv2mo.png │ ├── ftv2node.png │ ├── ftv2ns.png │ ├── ftv2plastnode.png │ ├── ftv2pnode.png │ ├── ftv2splitbar.png │ ├── ftv2vertline.png │ ├── functions.html │ ├── functions_0x7e.html │ ├── functions_a.html │ ├── functions_b.html │ ├── functions_c.html │ ├── functions_d.html │ ├── functions_e.html │ ├── functions_f.html │ ├── functions_func.html │ ├── functions_func_0x7e.html │ ├── functions_func_b.html │ ├── functions_func_c.html │ ├── functions_func_d.html │ ├── functions_func_e.html │ ├── functions_func_g.html │ ├── functions_func_h.html │ ├── functions_func_i.html │ ├── functions_func_l.html │ ├── functions_func_m.html │ ├── functions_func_n.html │ ├── functions_func_o.html │ ├── functions_func_p.html │ ├── functions_func_r.html │ ├── functions_func_s.html │ ├── functions_func_t.html │ ├── functions_func_u.html │ ├── functions_func_v.html │ ├── functions_func_w.html │ ├── functions_g.html │ ├── functions_h.html │ ├── functions_i.html │ ├── functions_l.html │ ├── functions_m.html │ ├── functions_n.html │ ├── functions_o.html │ ├── functions_p.html │ ├── functions_r.html │ ├── functions_s.html │ ├── functions_t.html │ ├── functions_u.html │ ├── functions_v.html │ ├── functions_vars.html │ ├── functions_w.html │ ├── functions_x.html │ ├── globals.html │ ├── globals_defs.html │ ├── globals_vars.html │ ├── index.hhc │ ├── index.hhk │ ├── index.hhp │ ├── index.html │ ├── jquery.js │ ├── nav_f.png │ ├── nav_g.png │ ├── nav_h.png │ ├── open.png │ ├── pages.html │ ├── require__cpp11_8h.html │ ├── require__cpp11_8h_source.html │ ├── search │ ├── all_0.html │ ├── all_0.js │ ├── all_1.html │ ├── all_1.js │ ├── all_10.html │ ├── all_10.js │ ├── all_11.html │ ├── all_11.js │ ├── all_12.html │ ├── all_12.js │ ├── all_13.html │ ├── all_13.js │ ├── all_14.html │ ├── all_14.js │ ├── all_15.html │ ├── all_15.js │ ├── all_16.html │ ├── all_16.js │ ├── all_17.html │ ├── all_17.js │ ├── all_2.html │ ├── all_2.js │ ├── all_3.html │ ├── all_3.js │ ├── all_4.html │ ├── all_4.js │ ├── all_5.html │ ├── all_5.js │ ├── all_6.html │ ├── all_6.js │ ├── all_7.html │ ├── all_7.js │ ├── all_8.html │ ├── all_8.js │ ├── all_9.html │ ├── all_9.js │ ├── all_a.html │ ├── all_a.js │ ├── all_b.html │ ├── all_b.js │ ├── all_c.html │ ├── all_c.js │ ├── all_d.html │ ├── all_d.js │ ├── all_e.html │ ├── all_e.js │ ├── all_f.html │ ├── all_f.js │ ├── classes_0.html │ ├── classes_0.js │ ├── close.png │ ├── defines_0.html │ ├── defines_0.js │ ├── defines_1.html │ ├── defines_1.js │ ├── defines_10.html │ ├── defines_10.js │ ├── defines_11.html │ ├── defines_11.js │ ├── defines_12.html │ ├── defines_12.js │ ├── defines_2.html │ ├── defines_2.js │ ├── defines_3.html │ ├── defines_3.js │ ├── defines_4.html │ ├── defines_4.js │ ├── defines_5.html │ ├── defines_5.js │ ├── defines_6.html │ ├── defines_6.js │ ├── defines_7.html │ ├── defines_7.js │ ├── defines_8.html │ ├── defines_8.js │ ├── defines_9.html │ ├── defines_9.js │ ├── defines_a.html │ ├── defines_a.js │ ├── defines_b.html │ ├── defines_b.js │ ├── defines_c.html │ ├── defines_c.js │ ├── defines_d.html │ ├── defines_d.js │ ├── defines_e.html │ ├── defines_e.js │ ├── defines_f.html │ ├── defines_f.js │ ├── files_0.html │ ├── files_0.js │ ├── files_1.html │ ├── files_1.js │ ├── functions_0.html │ ├── functions_0.js │ ├── functions_1.html │ ├── functions_1.js │ ├── functions_10.html │ ├── functions_10.js │ ├── functions_11.html │ ├── functions_11.js │ ├── functions_12.html │ ├── functions_12.js │ ├── functions_13.html │ ├── functions_13.js │ ├── functions_2.html │ ├── functions_2.js │ ├── functions_3.html │ ├── functions_3.js │ ├── functions_4.html │ ├── functions_4.js │ ├── functions_5.html │ ├── functions_5.js │ ├── functions_6.html │ ├── functions_6.js │ ├── functions_7.html │ ├── functions_7.js │ ├── functions_8.html │ ├── functions_8.js │ ├── functions_9.html │ ├── functions_9.js │ ├── functions_a.html │ ├── functions_a.js │ ├── functions_b.html │ ├── functions_b.js │ ├── functions_c.html │ ├── functions_c.js │ ├── functions_d.html │ ├── functions_d.js │ ├── functions_e.html │ ├── functions_e.js │ ├── functions_f.html │ ├── functions_f.js │ ├── mag_sel.png │ ├── nomatches.html │ ├── pages_0.html │ ├── pages_0.js │ ├── pages_1.html │ ├── pages_1.js │ ├── search.css │ ├── search.js │ ├── search_l.png │ ├── search_m.png │ ├── search_r.png │ ├── searchdata.js │ ├── variables_0.html │ ├── variables_0.js │ ├── variables_1.html │ ├── variables_1.js │ ├── variables_2.html │ ├── variables_2.js │ ├── variables_3.html │ ├── variables_3.js │ ├── variables_4.html │ ├── variables_4.js │ ├── variables_5.html │ ├── variables_5.js │ ├── variables_6.html │ ├── variables_6.js │ ├── variables_7.html │ ├── variables_7.js │ ├── variables_8.html │ ├── variables_8.js │ ├── variables_9.html │ ├── variables_9.js │ ├── variables_a.html │ ├── variables_a.js │ ├── variables_b.html │ ├── variables_b.js │ ├── variables_c.html │ ├── variables_c.js │ ├── variables_d.html │ ├── variables_d.js │ ├── variables_e.html │ └── variables_e.js │ ├── splitbar.png │ ├── sync_off.png │ ├── sync_on.png │ ├── tab_a.png │ ├── tab_b.png │ ├── tab_h.png │ ├── tab_s.png │ ├── tabs.css │ └── todo.html ├── keywords.txt ├── library.json ├── library.properties └── src ├── DW1000.cpp ├── DW1000.h ├── DW1000CompileOptions.h ├── DW1000Constants.h ├── DW1000Device.cpp ├── DW1000Device.h ├── DW1000Mac.cpp ├── DW1000Mac.h ├── DW1000Ranging.cpp ├── DW1000Ranging.h ├── DW1000Time.cpp ├── DW1000Time.h ├── deprecated.h └── require_cpp11.h /.gitattributes: -------------------------------------------------------------------------------- 1 | extras/doc/* linguist-documentation 2 | adapterBoard/* linguist-vendored 3 | -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Code style 2 | ---------- 3 | 4 | 1. Please use ``fixed integers``, see standard library `stdint.h`. Why? This library is compatible to different boards which use different architectures (8bit vs 32bit). So unfixed ``int`` has different sizes on different environments and may cause unpredictable behaviour. 5 | 6 | 2. If possible: use advantages of `c++11`, e.g. `constexpr`. 7 | 8 | 3. Use tab in source files. Space in examples. 9 | 10 | 4. Add documentation to **every** new function or parameter. Add documentation to most steps in your source code. 11 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 9 | 10 | ### Step 1: What do you want? 11 | 12 | * Report an issue. 13 | * Improve code (and need help). 14 | * Suggest a new feature. 15 | * Present a new hardware adapter board or wiring. 16 | * Want to report my experience or measurement. (Please also add them to the wiki!) 17 | 18 | ### Step 2: Describe your environment 19 | 20 | * Arduino IDE version or Toolchain: _____ 21 | * dw1000 Library version: _____ 22 | * Arduino device: _____ 23 | * Used adapter board: _____ 24 | 25 | ### Step 3: Describe the problem 26 | 27 | #### Affected file(s) or example(s): 28 | 29 | * Filename 1 30 | * Filename 2 31 | 32 | #### Steps to reproduce: 33 | 34 | 1. _____ 35 | 2. _____ 36 | 3. _____ 37 | 38 | #### Observed Results: 39 | 40 | * What happened? This could be a description, log output, etc. 41 | 42 | #### Expected Results: 43 | 44 | * What did you expect to happen? 45 | 46 | #### Relevant Code: 47 | 48 | ```c++ 49 | // TODO(you): code here to reproduce the problem 50 | ``` 51 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | | Q | A 9 | | ------------- | --- 10 | | Bug fix? | yes/no 11 | | New feature? | yes/no 12 | | Doc update? | yes/no 13 | | BC breaks? | yes/no 14 | | Deprecations? | yes/no 15 | | Fixed tickets | #... 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # exclude latex doxygen folder 2 | extras/doc/latex 3 | # exclude datasheets 4 | datasheets 5 | # exclude IDE stuff 6 | .idea 7 | cmake 8 | CMakeLists.txt 9 | cmake-build-debug 10 | #exclude OSX stuff 11 | .DS_STORE 12 | -------------------------------------------------------------------------------- /adapterBoard/AdapterBoardTestBed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/AdapterBoardTestBed.png -------------------------------------------------------------------------------- /adapterBoard/adapterBoard gerber files/adapterBoard_contour.gm1: -------------------------------------------------------------------------------- 1 | G04 MADE WITH FRITZING* 2 | G04 WWW.FRITZING.ORG* 3 | G04 DOUBLE SIDED* 4 | G04 HOLES PLATED* 5 | G04 CONTOUR ON CENTER OF CONTOUR VECTOR* 6 | %ASAXBY*% 7 | %FSLAX23Y23*% 8 | %MOIN*% 9 | %OFA0B0*% 10 | %SFA1.0B1.0*% 11 | %ADD10R,1.091190X1.314330*% 12 | %ADD11C,0.008000*% 13 | %ADD10C,0.008*% 14 | %LNCONTOUR*% 15 | G90* 16 | G70* 17 | G54D10* 18 | G54D11* 19 | X4Y1310D02* 20 | X1087Y1310D01* 21 | X1087Y4D01* 22 | X4Y4D01* 23 | X4Y1310D01* 24 | D02* 25 | G04 End of contour* 26 | M02* -------------------------------------------------------------------------------- /adapterBoard/adapterBoard gerber files/adapterBoard_drill.txt: -------------------------------------------------------------------------------- 1 | ; NON-PLATED HOLES START AT T1 2 | ; THROUGH (PLATED) HOLES START AT T100 3 | M48 4 | INCH 5 | T100C0.038000 6 | % 7 | T100 8 | X009947Y004851 9 | X000947Y006851 10 | X000947Y000851 11 | X009947Y005851 12 | X000947Y007851 13 | X000947Y001851 14 | X009947Y006851 15 | X009947Y000851 16 | X000947Y008851 17 | X000947Y002851 18 | X009947Y007851 19 | X009947Y001851 20 | X000947Y003851 21 | X009947Y008851 22 | X009947Y002851 23 | X000947Y004851 24 | X009947Y003851 25 | X000947Y005851 26 | T00 27 | M30 28 | -------------------------------------------------------------------------------- /adapterBoard/adapterBoard gerber files/adapterBoard_maskBottom.gbs: -------------------------------------------------------------------------------- 1 | G04 MADE WITH FRITZING* 2 | G04 WWW.FRITZING.ORG* 3 | G04 DOUBLE SIDED* 4 | G04 HOLES PLATED* 5 | G04 CONTOUR ON CENTER OF CONTOUR VECTOR* 6 | %ASAXBY*% 7 | %FSLAX23Y23*% 8 | %MOIN*% 9 | %OFA0B0*% 10 | %SFA1.0B1.0*% 11 | %ADD10C,0.088000*% 12 | %LNMASK0*% 13 | G90* 14 | G70* 15 | G54D10* 16 | X995Y885D03* 17 | X995Y785D03* 18 | X995Y685D03* 19 | X995Y585D03* 20 | X995Y485D03* 21 | X995Y385D03* 22 | X995Y285D03* 23 | X995Y185D03* 24 | X995Y85D03* 25 | X95Y885D03* 26 | X95Y785D03* 27 | X95Y685D03* 28 | X95Y585D03* 29 | X95Y485D03* 30 | X95Y385D03* 31 | X95Y285D03* 32 | X95Y185D03* 33 | X95Y85D03* 34 | G04 End of Mask0* 35 | M02* -------------------------------------------------------------------------------- /adapterBoard/adapterBoard gerber files/adapterBoard_pnp.txt: -------------------------------------------------------------------------------- 1 | *Pick And Place List 2 | *Company= 3 | *Author= 4 | *eMail= 5 | * 6 | *Project=adapterBoard 7 | *Date=23:02:27 8 | *CreatedBy=Fritzing 0.9.1b.11.19.8d2d5970658f0bed09c661c9ea9a515b5f40f44c 9 | * 10 | * 11 | *Coordinates in mm, always center of component 12 | *Origin 0/0=Lower left corner of PCB 13 | *Rotation in degree (0-360, math. pos.) 14 | * 15 | *No;Value;Package;X;Y;Rotation;Side;Name 16 | 1;;;4.6482;-11.0829;0;Bottom;Copper Fill8 17 | 2;;;19.812;-3.43751;0;Bottom;Copper Fill15 18 | 3;;;23.0632;-21.8524;0;Bottom;Copper Fill5 19 | 4;;;21.9964;-9.30491;0;Bottom;Copper Fill10 20 | 5;;;13.7524;-28.0652;0;Bottom;TXT5 21 | 6;;;20.4978;-5.97751;0;Bottom;Copper Fill13 22 | 7;;;13.8938;-17.128;0;Bottom;Copper Fill4 23 | 8;;;26.162;-22.5255;0;Bottom;Copper Fill3 24 | 9;;;19.1516;-21.6619;0;Bottom;Copper Fill17 25 | 10;;;19.3294;-9.57161;0;Bottom;Copper Fill18 26 | 11;;;3.53977;-31.6432;0;Bottom;TXT1 27 | 12;;;3.60541;-29.1154;0;Bottom;TXT2 28 | 13;;;15.7336;-28.6196;0;Top;blkr1 29 | 14;;;4.3688;-21.2174;0;Bottom;Copper Fill6 30 | 15;;;5.5118;-8.51751;0;Bottom;Copper Fill11 31 | 16;;;3.47951;-30.4071;0;Bottom;TXT3 32 | 17;;;24.1046;-22.5255;0;Bottom;Copper Fill2 33 | 18;;THT;25.2671;-12.323;0;Bottom;18 34 | 19;;;-10.7315;16.7336;90;Bottom;Ruler1 35 | 20;;23 mm x 13 mm x 2.9 mm 24- 36 | pin side castellation package;14.3919;-19.303;0;Top;DWM1k 37 | 21;;;23.4442;-11.0575;0;Bottom;Copper Fill9 38 | 22;;;14.5709;-28.5508;0;Bottom;blkr2 39 | 23;;THT;2.40707;-12.323;0;Bottom;1 40 | 24;;;13.8176;-11.9718;0;Bottom;Copper Fill1 41 | 25;;;7.8994;-3.43751;0;Bottom;Copper Fill14 42 | 26;;;26.162;-22.5255;0;Bottom;Copper Fill16 43 | 27;;;4.6482;-14.8929;0;Bottom;Copper Fill7 44 | 28;;;7.2136;-5.97751;0;Bottom;Copper Fill12 45 | -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/AdapterBoardTestBed.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/AdapterBoardTestBed.fzz -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard.fzz -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_bottom.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_bottom_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_bottom_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_top.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_top_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_copper_top_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_bottom.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_bottom_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_bottom_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_top.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_top_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_mask_top_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_bottom.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_bottom_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_bottom_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_top.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_top_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_paste_mask_top_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_bottom.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_bottom_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_bottom_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_top.pdf -------------------------------------------------------------------------------- /adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_top_mirror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/adapterBoard pdf/adapterBoard_etch_silk_top_mirror.pdf -------------------------------------------------------------------------------- /adapterBoard/dwm1000 arduino standalone/etch_top_sided_miror.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/adapterBoard/dwm1000 arduino standalone/etch_top_sided_miror.pdf -------------------------------------------------------------------------------- /examples/BasicConnectivityTest/BasicConnectivityTest.ino: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015 by Thomas Trojer 3 | * Decawave DW1000 library for arduino. 4 | * 5 | * Licensed under the Apache License, Version 2.0 (the "License"); 6 | * you may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software 12 | * distributed under the License is distributed on an "AS IS" BASIS, 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | * See the License for the specific language governing permissions and 15 | * limitations under the License. 16 | * 17 | * @file BasicConnectivityTest.ino 18 | * Use this to test connectivity with your DW1000 from Arduino. 19 | * It performs an arbitrary setup of the chip and prints some information. 20 | * 21 | * @todo 22 | * - move strings to flash (less RAM consumption) 23 | * - make real check of connection (e.g. change some values on DW1000 and verify) 24 | */ 25 | 26 | #include 27 | #include 28 | 29 | // connection pins 30 | const uint8_t PIN_RST = 9; // reset pin 31 | const uint8_t PIN_IRQ = 2; // irq pin 32 | const uint8_t PIN_SS = SS; // spi select pin 33 | 34 | void setup() { 35 | // DEBUG monitoring 36 | Serial.begin(9600); 37 | // initialize the driver 38 | DW1000.begin(PIN_IRQ, PIN_RST); 39 | DW1000.select(PIN_SS); 40 | Serial.println(F("DW1000 initialized ...")); 41 | // general configuration 42 | DW1000.newConfiguration(); 43 | DW1000.setDeviceAddress(5); 44 | DW1000.setNetworkId(10); 45 | DW1000.commitConfiguration(); 46 | Serial.println(F("Committed configuration ...")); 47 | // wait a bit 48 | delay(1000); 49 | } 50 | 51 | void loop() { 52 | // DEBUG chip info and registers pretty printed 53 | char msg[128]; 54 | DW1000.getPrintableDeviceIdentifier(msg); 55 | Serial.print("Device ID: "); Serial.println(msg); 56 | DW1000.getPrintableExtendedUniqueIdentifier(msg); 57 | Serial.print("Unique ID: "); Serial.println(msg); 58 | DW1000.getPrintableNetworkIdAndShortAddress(msg); 59 | Serial.print("Network ID & Device Address: "); Serial.println(msg); 60 | DW1000.getPrintableDeviceMode(msg); 61 | Serial.print("Device mode: "); Serial.println(msg); 62 | // wait a bit 63 | delay(10000); 64 | } 65 | -------------------------------------------------------------------------------- /examples/DW1000Ranging_ANCHOR/DW1000Ranging_ANCHOR.ino: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @todo 4 | * - move strings to flash (less RAM consumption) 5 | * - fix deprecated convertation form string to char* startAsAnchor 6 | * - give example description 7 | */ 8 | #include 9 | #include "DW1000Ranging.h" 10 | 11 | // connection pins 12 | const uint8_t PIN_RST = 9; // reset pin 13 | const uint8_t PIN_IRQ = 2; // irq pin 14 | const uint8_t PIN_SS = SS; // spi select pin 15 | 16 | void setup() { 17 | Serial.begin(115200); 18 | delay(1000); 19 | //init the configuration 20 | DW1000Ranging.initCommunication(PIN_RST, PIN_SS, PIN_IRQ); //Reset, CS, IRQ pin 21 | //define the sketch as anchor. It will be great to dynamically change the type of module 22 | DW1000Ranging.attachNewRange(newRange); 23 | DW1000Ranging.attachBlinkDevice(newBlink); 24 | DW1000Ranging.attachInactiveDevice(inactiveDevice); 25 | //Enable the filter to smooth the distance 26 | //DW1000Ranging.useRangeFilter(true); 27 | 28 | //we start the module as an anchor 29 | DW1000Ranging.startAsAnchor("82:17:5B:D5:A9:9A:E2:9C", DW1000.MODE_LONGDATA_RANGE_ACCURACY); 30 | } 31 | 32 | void loop() { 33 | DW1000Ranging.loop(); 34 | } 35 | 36 | void newRange() { 37 | Serial.print("from: "); Serial.print(DW1000Ranging.getDistantDevice()->getShortAddress(), HEX); 38 | Serial.print("\t Range: "); Serial.print(DW1000Ranging.getDistantDevice()->getRange()); Serial.print(" m"); 39 | Serial.print("\t RX power: "); Serial.print(DW1000Ranging.getDistantDevice()->getRXPower()); Serial.println(" dBm"); 40 | } 41 | 42 | void newBlink(DW1000Device* device) { 43 | Serial.print("blink; 1 device added ! -> "); 44 | Serial.print(" short:"); 45 | Serial.println(device->getShortAddress(), HEX); 46 | } 47 | 48 | void inactiveDevice(DW1000Device* device) { 49 | Serial.print("delete inactive device: "); 50 | Serial.println(device->getShortAddress(), HEX); 51 | } 52 | 53 | -------------------------------------------------------------------------------- /examples/DW1000Ranging_TAG/DW1000Ranging_TAG.ino: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * @todo 4 | * - move strings to flash (less RAM consumption) 5 | * - fix deprecated convertation form string to char* startAsTag 6 | * - give example description 7 | */ 8 | #include 9 | #include "DW1000Ranging.h" 10 | 11 | // connection pins 12 | const uint8_t PIN_RST = 9; // reset pin 13 | const uint8_t PIN_IRQ = 2; // irq pin 14 | const uint8_t PIN_SS = SS; // spi select pin 15 | 16 | void setup() { 17 | Serial.begin(115200); 18 | delay(1000); 19 | //init the configuration 20 | DW1000Ranging.initCommunication(PIN_RST, PIN_SS, PIN_IRQ); //Reset, CS, IRQ pin 21 | //define the sketch as anchor. It will be great to dynamically change the type of module 22 | DW1000Ranging.attachNewRange(newRange); 23 | DW1000Ranging.attachNewDevice(newDevice); 24 | DW1000Ranging.attachInactiveDevice(inactiveDevice); 25 | //Enable the filter to smooth the distance 26 | //DW1000Ranging.useRangeFilter(true); 27 | 28 | //we start the module as a tag 29 | DW1000Ranging.startAsTag("7D:00:22:EA:82:60:3B:9C", DW1000.MODE_LONGDATA_RANGE_ACCURACY); 30 | } 31 | 32 | void loop() { 33 | DW1000Ranging.loop(); 34 | } 35 | 36 | void newRange() { 37 | Serial.print("from: "); Serial.print(DW1000Ranging.getDistantDevice()->getShortAddress(), HEX); 38 | Serial.print("\t Range: "); Serial.print(DW1000Ranging.getDistantDevice()->getRange()); Serial.print(" m"); 39 | Serial.print("\t RX power: "); Serial.print(DW1000Ranging.getDistantDevice()->getRXPower()); Serial.println(" dBm"); 40 | } 41 | 42 | void newDevice(DW1000Device* device) { 43 | Serial.print("ranging init; 1 device added ! -> "); 44 | Serial.print(" short:"); 45 | Serial.println(device->getShortAddress(), HEX); 46 | } 47 | 48 | void inactiveDevice(DW1000Device* device) { 49 | Serial.print("delete inactive device: "); 50 | Serial.println(device->getShortAddress(), HEX); 51 | } 52 | 53 | -------------------------------------------------------------------------------- /extras/doc/DW1000_Arduino_API_doc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/DW1000_Arduino_API_doc.pdf -------------------------------------------------------------------------------- /extras/doc/html/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/arrowdown.png -------------------------------------------------------------------------------- /extras/doc/html/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/arrowright.png -------------------------------------------------------------------------------- /extras/doc/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/bc_s.png -------------------------------------------------------------------------------- /extras/doc/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/bdwn.png -------------------------------------------------------------------------------- /extras/doc/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/closed.png -------------------------------------------------------------------------------- /extras/doc/html/deprecated.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Arduino driver library for Decawave DW1000: Deprecated List 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 | 24 | 25 | 26 |
20 |
Arduino driver library for Decawave DW1000 21 |  Dec 20 2016 22 |
23 |
27 |
28 | 29 | 30 | 39 |
40 |
41 |
42 |
Deprecated List
43 |
44 |
45 |
46 |
Member DW1000Time::getAsFloat () const
47 |
use getAsMicroSeconds()
48 |
Member DW1000Time::print ()
49 |
use Serial.print(object)
50 |
51 |
52 | 53 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /extras/doc/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/doc.png -------------------------------------------------------------------------------- /extras/doc/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/doxygen.png -------------------------------------------------------------------------------- /extras/doc/html/examples.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Arduino driver library for Decawave DW1000: Examples 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 | 24 | 25 | 26 |
20 |
Arduino driver library for Decawave DW1000 21 |  Dec 20 2016 22 |
23 |
27 |
28 | 29 | 30 | 39 |
40 |
41 |
42 |
Examples
43 |
44 |
45 |
Here is a list of all examples:
49 |
50 | 51 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /extras/doc/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/folderclosed.png -------------------------------------------------------------------------------- /extras/doc/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/folderopen.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2blank.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2cl.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2doc.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2folderclosed.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2folderopen.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2lastnode.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2link.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2mlastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2mlastnode.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2mnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2mnode.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2mo.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2node.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2ns.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2plastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2plastnode.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2pnode.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2splitbar.png -------------------------------------------------------------------------------- /extras/doc/html/ftv2vertline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/ftv2vertline.png -------------------------------------------------------------------------------- /extras/doc/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Arduino driver library for Decawave DW1000: Main Page 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 | 24 | 25 | 26 |
20 |
Arduino driver library for Decawave DW1000 21 |  Dec 20 2016 22 |
23 |
27 |
28 | 29 | 30 | 39 |
40 |
41 |
42 |
Arduino driver library for Decawave DW1000 Documentation
43 |
44 |
45 |
46 | 47 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /extras/doc/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/nav_f.png -------------------------------------------------------------------------------- /extras/doc/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/nav_g.png -------------------------------------------------------------------------------- /extras/doc/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/nav_h.png -------------------------------------------------------------------------------- /extras/doc/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/open.png -------------------------------------------------------------------------------- /extras/doc/html/pages.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Arduino driver library for Decawave DW1000: Related Pages 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 | 24 | 25 | 26 |
20 |
Arduino driver library for Decawave DW1000 21 |  Dec 20 2016 22 |
23 |
27 |
28 | 29 | 30 | 39 |
40 |
41 |
42 |
Related Pages
43 |
44 |
45 |
Here is a list of all related documentation pages:
46 | 47 | 48 | 49 |
 Todo List
 Deprecated List
50 |
51 |
52 | 53 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /extras/doc/html/require__cpp11_8h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Arduino driver library for Decawave DW1000: /home/az/Dropbox/work/Arduino/az-z/arduino-dw1000/src/require_cpp11.h File Reference 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 | 24 | 25 | 26 |
20 |
Arduino driver library for Decawave DW1000 21 |  Dec 20 2016 22 |
23 |
27 |
28 | 29 | 30 | 39 | 45 | 49 |
50 |
51 |
52 |
require_cpp11.h File Reference
53 |
54 | 58 | 59 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['aat_5fbit',['AAT_BIT',['../DW1000Constants_8h.html#af2227e363be0750d2c269e1fb2edd255',1,'DW1000Constants.h']]], 4 | ['addnetworkdevices',['addNetworkDevices',['../classDW1000RangingClass.html#a0cb09f33a796ca2ad43ecba79807550b',1,'DW1000RangingClass::addNetworkDevices(DW1000Device *device, boolean shortAddress)'],['../classDW1000RangingClass.html#a7a33bf774529b577c5aad0f3561b9e8c',1,'DW1000RangingClass::addNetworkDevices(DW1000Device *device)']]], 5 | ['agc_5ftune',['AGC_TUNE',['../DW1000Constants_8h.html#af0648d8edc4f6065c2bbf4fd3805617d',1,'DW1000Constants.h']]], 6 | ['agc_5ftune1_5fsub',['AGC_TUNE1_SUB',['../DW1000Constants_8h.html#a01be39245f2c702bd553f786132211ed',1,'DW1000Constants.h']]], 7 | ['agc_5ftune2_5fsub',['AGC_TUNE2_SUB',['../DW1000Constants_8h.html#a97d76767b1974d92158329473835f759',1,'DW1000Constants.h']]], 8 | ['agc_5ftune3_5fsub',['AGC_TUNE3_SUB',['../DW1000Constants_8h.html#a2a5ae66a09abab172f7c5d411262e8ee',1,'DW1000Constants.h']]], 9 | ['anchor',['ANCHOR',['../DW1000Ranging_8h.html#aa4f4f475d870788649ecd1b2c23c76e1',1,'DW1000Ranging.h']]], 10 | ['attachblinkdevice',['attachBlinkDevice',['../classDW1000RangingClass.html#ae096e46b2dcb9d1241aeb2ae0abd96e6',1,'DW1000RangingClass']]], 11 | ['attacherrorhandler',['attachErrorHandler',['../classDW1000Class.html#ab2bdeb8c3e665686511d20b3e98447ef',1,'DW1000Class']]], 12 | ['attachinactivedevice',['attachInactiveDevice',['../classDW1000RangingClass.html#a3c4789ea6f21876f362ceff5bdcfeba1',1,'DW1000RangingClass']]], 13 | ['attachnewdevice',['attachNewDevice',['../classDW1000RangingClass.html#aa02ebfce7ab83fe8a28721812488bc19',1,'DW1000RangingClass']]], 14 | ['attachnewrange',['attachNewRange',['../classDW1000RangingClass.html#a00c302964eac2a7f2facbe21171f9bee',1,'DW1000RangingClass']]], 15 | ['attachreceivedhandler',['attachReceivedHandler',['../classDW1000Class.html#a114f68401a4e8832898817edc6a3c4d6',1,'DW1000Class']]], 16 | ['attachreceivefailedhandler',['attachReceiveFailedHandler',['../classDW1000Class.html#a3917b58d7b8b16a3d6209c6243748911',1,'DW1000Class']]], 17 | ['attachreceivetimeouthandler',['attachReceiveTimeoutHandler',['../classDW1000Class.html#a7482aeede5b47b6e100c491e9356b2d4',1,'DW1000Class']]], 18 | ['attachreceivetimestampavailablehandler',['attachReceiveTimestampAvailableHandler',['../classDW1000Class.html#a1f8fa61ddaf49a5f85728a11844027c3',1,'DW1000Class']]], 19 | ['attachsenthandler',['attachSentHandler',['../classDW1000Class.html#a2b02ecfd1d43711c9d3959bd223d7192',1,'DW1000Class']]], 20 | ['auto_5fclock',['AUTO_CLOCK',['../classDW1000Class.html#a51ea15737517c5a32919f6d00bf6aaab',1,'DW1000Class']]] 21 | ]; 22 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_13.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['useextendedframelength',['useExtendedFrameLength',['../classDW1000Class.html#ad34e8cd07429db763b9e51e496c4ec1a',1,'DW1000Class']]], 4 | ['userangefilter',['useRangeFilter',['../classDW1000RangingClass.html#af5de16473d8f33165bcf097428535121',1,'DW1000RangingClass']]], 5 | ['usesmartpower',['useSmartPower',['../classDW1000Class.html#a553b32a50b0be672319c0c6a04c3b9cf',1,'DW1000Class']]], 6 | ['usr_5fsfd',['USR_SFD',['../DW1000Constants_8h.html#ae2969b4b191ed4550c0e1c6ffaa28a36',1,'DW1000Constants.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_14.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['visualizedatas',['visualizeDatas',['../classDW1000RangingClass.html#a071e8133596fb737c751c67e1e62ed28',1,'DW1000RangingClass']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_15.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wait4resp_5fbit',['WAIT4RESP_BIT',['../DW1000Constants_8h.html#a406872ffb178b3e3af3d1121ef86f6ee',1,'DW1000Constants.h']]], 4 | ['waitforresponse',['waitForResponse',['../classDW1000Class.html#ae65d90cb26cdb609f58abfd970607c1d',1,'DW1000Class']]], 5 | ['wrap',['wrap',['../classDW1000Time.html#a2715e87a8ac5a7bb3bc100b9e33392a8',1,'DW1000Time']]], 6 | ['write',['WRITE',['../classDW1000Class.html#acb4b9f6a0d3c65480a878cc180c4fa18',1,'DW1000Class']]], 7 | ['write_5fsub',['WRITE_SUB',['../classDW1000Class.html#ad60f08106028394b0b530057e34e3655',1,'DW1000Class']]], 8 | ['writebyte',['writeByte',['../classDW1000Class.html#a34ca9fd80c4118766da0ca42a71d1b4f',1,'DW1000Class']]], 9 | ['writebytes',['writeBytes',['../classDW1000Class.html#a0772ea0dca8931657f4cca4570cf000d',1,'DW1000Class']]], 10 | ['writechannelcontrolregister',['writeChannelControlRegister',['../classDW1000Class.html#a2ee08ca0011f72a0349c1e871bf24164',1,'DW1000Class']]], 11 | ['writenetworkidanddeviceaddress',['writeNetworkIdAndDeviceAddress',['../classDW1000Class.html#a8a0ca63db7e1957c4bab94f49a018be4',1,'DW1000Class']]], 12 | ['writesystemconfigurationregister',['writeSystemConfigurationRegister',['../classDW1000Class.html#ac5ff65d716216fa71853c3df3efa3853',1,'DW1000Class']]], 13 | ['writesystemeventmaskregister',['writeSystemEventMaskRegister',['../classDW1000Class.html#a27785065539bdce2646abd6c0b3c9804',1,'DW1000Class']]], 14 | ['writetransmitframecontrolregister',['writeTransmitFrameControlRegister',['../classDW1000Class.html#ac2617248374072f75f32d4743d3cbd8f',1,'DW1000Class']]], 15 | ['writevaluetobytes',['writeValueToBytes',['../classDW1000Class.html#a7d067d3161c31c092e1b892053f7b3ad',1,'DW1000Class']]] 16 | ]; 17 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_16.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['xti_5fclock',['XTI_CLOCK',['../classDW1000Class.html#afd636ef0a653ff62470026d296bca4c4',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_17.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['_7edw1000device',['~DW1000Device',['../classDW1000Device.html#aa37aa8ca3489768968cb1934b6762eb6',1,'DW1000Device']]], 4 | ['_7edw1000mac',['~DW1000Mac',['../classDW1000Mac.html#a293da3de13fab424c05bf7a03f0fb644',1,'DW1000Mac']]], 5 | ['_7edw1000time',['~DW1000Time',['../classDW1000Time.html#a1036123abf02ee429b9e5e5a557413c5',1,'DW1000Time']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['begin',['begin',['../classDW1000Class.html#a59b862b3a40d42eb64fab1a85dc12147',1,'DW1000Class']]], 4 | ['bias_5f500_5f16',['BIAS_500_16',['../classDW1000Class.html#ac0083e2e4f9c8b2b8c5d07d8863865ab',1,'DW1000Class']]], 5 | ['bias_5f500_5f16_5fzero',['BIAS_500_16_ZERO',['../classDW1000Class.html#a21636f8093a43b98ba94f267316fd3f8',1,'DW1000Class']]], 6 | ['bias_5f500_5f64',['BIAS_500_64',['../classDW1000Class.html#a3e49c04a1a811e21f8e94d6e9a2cf11f',1,'DW1000Class']]], 7 | ['bias_5f500_5f64_5fzero',['BIAS_500_64_ZERO',['../classDW1000Class.html#ae5dd69700316895ed7c7d15e1b96d6e5',1,'DW1000Class']]], 8 | ['bias_5f900_5f16',['BIAS_900_16',['../classDW1000Class.html#a4e7fff2ae6c8b9871e9755b4a4cb6b96',1,'DW1000Class']]], 9 | ['bias_5f900_5f16_5fzero',['BIAS_900_16_ZERO',['../classDW1000Class.html#ac4f49524ce3fd43c60e54f1a835f8458',1,'DW1000Class']]], 10 | ['bias_5f900_5f64',['BIAS_900_64',['../classDW1000Class.html#a7f0e2864171a963b6947b169ccf3da80',1,'DW1000Class']]], 11 | ['bias_5f900_5f64_5fzero',['BIAS_900_64_ZERO',['../classDW1000Class.html#a6310b5718bb31694e10138048d410e9d',1,'DW1000Class']]], 12 | ['blink',['BLINK',['../DW1000Ranging_8h.html#a38eec52a7dccb94ff563e30eda32c891',1,'DW1000Ranging.h']]] 13 | ]; 14 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['chan_5fctrl',['CHAN_CTRL',['../DW1000Constants_8h.html#aa62d908ff8a37c7d0685902e5e3001d2',1,'DW1000Constants.h']]], 4 | ['channel_5f1',['CHANNEL_1',['../classDW1000Class.html#ae3376bb609be6882ac20c2cc2c44ce6f',1,'DW1000Class']]], 5 | ['channel_5f2',['CHANNEL_2',['../classDW1000Class.html#a55be485a91bb857bc43cafac191e41d8',1,'DW1000Class']]], 6 | ['channel_5f3',['CHANNEL_3',['../classDW1000Class.html#a9081a02aa066ea5efdd0807fcee838b9',1,'DW1000Class']]], 7 | ['channel_5f4',['CHANNEL_4',['../classDW1000Class.html#aff1aa70ed700e6b9b7e5ee75e3c09c13',1,'DW1000Class']]], 8 | ['channel_5f5',['CHANNEL_5',['../classDW1000Class.html#a334c7b83cee55a443a55366de35dbc09',1,'DW1000Class']]], 9 | ['channel_5f7',['CHANNEL_7',['../classDW1000Class.html#ae184e52351cce8cba4888b0a52cf0578',1,'DW1000Class']]], 10 | ['cir_5fpwr_5fsub',['CIR_PWR_SUB',['../DW1000Constants_8h.html#a290b97de97e2ba9fbcb7e8123fe24ae1',1,'DW1000Constants.h']]], 11 | ['clearallstatus',['clearAllStatus',['../classDW1000Class.html#a975ac277d365d41b80e3ba62f7479bda',1,'DW1000Class']]], 12 | ['clearinterrupts',['clearInterrupts',['../classDW1000Class.html#a70dad45b7bcbd302b1cacac10d5dcec7',1,'DW1000Class']]], 13 | ['clearreceivestatus',['clearReceiveStatus',['../classDW1000Class.html#a9385fd426c55b028a092afebca415276',1,'DW1000Class']]], 14 | ['clearreceivetimestampavailablestatus',['clearReceiveTimestampAvailableStatus',['../classDW1000Class.html#ab58f1edbf0e63f5258480ab0dc160c84',1,'DW1000Class']]], 15 | ['cleartransmitstatus',['clearTransmitStatus',['../classDW1000Class.html#aa98cb6220d26f837ec971f68b1b1106d',1,'DW1000Class']]], 16 | ['clkpll_5fll_5fbit',['CLKPLL_LL_BIT',['../DW1000Constants_8h.html#a98ed211b5c6d485bd017531ee77e33fe',1,'DW1000Constants.h']]], 17 | ['commitconfiguration',['commitConfiguration',['../classDW1000Class.html#a50e230d4ac0df27e1e1b0ce50242adc2',1,'DW1000Class']]], 18 | ['configurenetwork',['configureNetwork',['../classDW1000RangingClass.html#a8d52b5dadd722c169e960a3ccb0850f2',1,'DW1000RangingClass']]], 19 | ['converttobyte',['convertToByte',['../classDW1000Class.html#a43e2a1360a222c250b885013e291e123',1,'DW1000Class']]], 20 | ['correcttimestamp',['correctTimestamp',['../classDW1000Class.html#a6ff701dc55e2b63d40ae09cf663afed5',1,'DW1000Class']]], 21 | ['cplock_5fbit',['CPLOCK_BIT',['../DW1000Constants_8h.html#af9503c53f3e429808ded8a8f2abf2e8d',1,'DW1000Constants.h']]] 22 | ]; 23 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['enableclock',['enableClock',['../classDW1000Class.html#ac3bd00b1a7c8aac778b8d433486acbb4',1,'DW1000Class']]], 4 | ['enablemode',['enableMode',['../classDW1000Class.html#a3e0701b9373ec91c3e01ec96a0165ff8',1,'DW1000Class']]], 5 | ['end',['end',['../classDW1000Class.html#a59588135a77c75863aeb96a9035c7618',1,'DW1000Class']]], 6 | ['eui',['EUI',['../DW1000Constants_8h.html#a294d2df2c14770e100c0926fb94aed33',1,'DW1000Constants.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['fc_5f1',['FC_1',['../DW1000Mac_8h.html#a2ba3ab1601625cfa3f8bf08461b05a7c',1,'DW1000Mac.h']]], 4 | ['fc_5f1_5fblink',['FC_1_BLINK',['../DW1000Mac_8h.html#ad28a254e7ef6e4727b5184d3bf9d031a',1,'DW1000Mac.h']]], 5 | ['fc_5f2',['FC_2',['../DW1000Mac_8h.html#a67f705d74521ebfcb95c681f395d5388',1,'DW1000Mac.h']]], 6 | ['fc_5f2_5fshort',['FC_2_SHORT',['../DW1000Mac_8h.html#aafa3d58fff9713bbbc8a3809314d4900',1,'DW1000Mac.h']]], 7 | ['ffaa_5fbit',['FFAA_BIT',['../DW1000Constants_8h.html#aafea117da62e5fa40122be40fd88451f',1,'DW1000Constants.h']]], 8 | ['ffab_5fbit',['FFAB_BIT',['../DW1000Constants_8h.html#aef3f5a8b59a923bdd1a20d9b36bfe1c4',1,'DW1000Constants.h']]], 9 | ['ffad_5fbit',['FFAD_BIT',['../DW1000Constants_8h.html#a623dc6ef0273849412b5b84ccfdac46b',1,'DW1000Constants.h']]], 10 | ['ffam_5fbit',['FFAM_BIT',['../DW1000Constants_8h.html#a39ccc6d0296997d32dd4cb6051bdea7d',1,'DW1000Constants.h']]], 11 | ['ffar_5fbit',['FFAR_BIT',['../DW1000Constants_8h.html#af39fa965531d873db14f9fb80f57faaf',1,'DW1000Constants.h']]], 12 | ['ffbc_5fbit',['FFBC_BIT',['../DW1000Constants_8h.html#acb5703c546ca9a736dec56e1f7f4ba95',1,'DW1000Constants.h']]], 13 | ['ffen_5fbit',['FFEN_BIT',['../DW1000Constants_8h.html#a8139c0804778f3655f6c1c6c2b21ddaf',1,'DW1000Constants.h']]], 14 | ['fp_5fampl1_5fsub',['FP_AMPL1_SUB',['../DW1000Constants_8h.html#a773191a174b180e0704202ee49dfe6e3',1,'DW1000Constants.h']]], 15 | ['fp_5fampl2_5fsub',['FP_AMPL2_SUB',['../DW1000Constants_8h.html#a4ba36e0155616280028eb57c88e12511',1,'DW1000Constants.h']]], 16 | ['fp_5fampl3_5fsub',['FP_AMPL3_SUB',['../DW1000Constants_8h.html#a4fb1b4b4f0cfe614ee8f30f0f38c8c1f',1,'DW1000Constants.h']]], 17 | ['frame_5flength_5fextended',['FRAME_LENGTH_EXTENDED',['../classDW1000Class.html#ac08b428fc2e6d6eb92fbe731a337993c',1,'DW1000Class']]], 18 | ['frame_5flength_5fnormal',['FRAME_LENGTH_NORMAL',['../classDW1000Class.html#adeca7dcf1aba960907376fdd674663d0',1,'DW1000Class']]], 19 | ['fs_5fctrl',['FS_CTRL',['../DW1000Constants_8h.html#a43b57a4a17b0b8f06875914f3e55ff28',1,'DW1000Constants.h']]], 20 | ['fs_5fpllcfg_5fsub',['FS_PLLCFG_SUB',['../DW1000Constants_8h.html#a26de21f1f199d6f0342c5a820b1e67dc',1,'DW1000Constants.h']]], 21 | ['fs_5fplltune_5fsub',['FS_PLLTUNE_SUB',['../DW1000Constants_8h.html#a19c8e61fd9bf40c25191341517b768c0',1,'DW1000Constants.h']]], 22 | ['fs_5fxtalt_5fsub',['FS_XTALT_SUB',['../DW1000Constants_8h.html#a350b20c7d4f579eca696efa2c7b4cef3',1,'DW1000Constants.h']]] 23 | ]; 24 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['handleinterrupt',['handleInterrupt',['../classDW1000Class.html#a8d86f35901523068f976774fd5fc0da2',1,'DW1000Class']]], 4 | ['hirq_5fpol_5fbit',['HIRQ_POL_BIT',['../DW1000Constants_8h.html#a8be7bfab3a5746ecb11a126fcf69ad86',1,'DW1000Constants.h']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_9.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['idle',['idle',['../classDW1000Class.html#a02b962429abec24f14178d33fe1079df',1,'DW1000Class']]], 4 | ['idle_5fmode',['IDLE_MODE',['../DW1000Constants_8h.html#ae539bc81de218722c5c2c54b5c006894',1,'DW1000Constants.h']]], 5 | ['inactivity_5ftime',['INACTIVITY_TIME',['../DW1000Device_8h.html#a28c3d16ddd70570d6c70d1f11a2a1faa',1,'DW1000Device.h']]], 6 | ['incrementseqnumber',['incrementSeqNumber',['../classDW1000Mac.html#a20763a3a40fa1c9e652486a4ba48c9af',1,'DW1000Mac']]], 7 | ['initcommunication',['initCommunication',['../classDW1000RangingClass.html#a2cda101272c6b30c7dc684c819fe0517',1,'DW1000RangingClass']]], 8 | ['interruptonautomaticacknowledgetrigger',['interruptOnAutomaticAcknowledgeTrigger',['../classDW1000Class.html#a9f4657110d02779f0de43d85b8725396',1,'DW1000Class']]], 9 | ['interruptonreceived',['interruptOnReceived',['../classDW1000Class.html#acc5fc4e41a2ab337a70e95dbc215aebe',1,'DW1000Class']]], 10 | ['interruptonreceivefailed',['interruptOnReceiveFailed',['../classDW1000Class.html#a472093d784aa8416285ee765688ab773',1,'DW1000Class']]], 11 | ['interruptonreceivetimeout',['interruptOnReceiveTimeout',['../classDW1000Class.html#aad08e4166cc8e2b2c5db8bd4bf6a4a99',1,'DW1000Class']]], 12 | ['interruptonreceivetimestampavailable',['interruptOnReceiveTimestampAvailable',['../classDW1000Class.html#a597f9d029985f7c4bad31b4b1a8febd4',1,'DW1000Class']]], 13 | ['interruptonsent',['interruptOnSent',['../classDW1000Class.html#aecec6bbac162b4906be77972e00ca30c',1,'DW1000Class']]], 14 | ['isaddressequal',['isAddressEqual',['../classDW1000Device.html#a656f661e77b03f24cffb2ead5f5a654f',1,'DW1000Device']]], 15 | ['isclockproblem',['isClockProblem',['../classDW1000Class.html#afc4187be0eef678b44bca3c50bf9978a',1,'DW1000Class']]], 16 | ['isinactive',['isInactive',['../classDW1000Device.html#a7b9ef119d9ed502afe3e0c2bf2d417e5',1,'DW1000Device']]], 17 | ['isreceivedone',['isReceiveDone',['../classDW1000Class.html#a54cb7f137f76e716659ede5ab45b9fb9',1,'DW1000Class']]], 18 | ['isreceivefailed',['isReceiveFailed',['../classDW1000Class.html#a7775671b9a6fd333b282b07763ccf070',1,'DW1000Class']]], 19 | ['isreceivetimeout',['isReceiveTimeout',['../classDW1000Class.html#a33c9e5426b5ef0d4935c6f8c314adfb2',1,'DW1000Class']]], 20 | ['isreceivetimestampavailable',['isReceiveTimestampAvailable',['../classDW1000Class.html#ab8e998d008a32c8e8b300d4802caf824',1,'DW1000Class']]], 21 | ['isshortaddressequal',['isShortAddressEqual',['../classDW1000Device.html#af379125714a9909490d996bca9282ed6',1,'DW1000Device']]], 22 | ['istransmitdone',['isTransmitDone',['../classDW1000Class.html#adfd211dbc2fcdafaa691d70c4c9f6a92',1,'DW1000Class']]], 23 | ['isvalidtimestamp',['isValidTimestamp',['../classDW1000Time.html#ab3a5ca26a1667be0a146d43e50ffd144',1,'DW1000Time']]] 24 | ]; 25 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['junk',['JUNK',['../DW1000Constants_8h.html#afc5bb7d4f889aa4c7e2f20e2597c560e',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_c.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['managelde',['manageLDE',['../classDW1000Class.html#ab9c59dffa5f686c9f301e5e000ee54e5',1,'DW1000Class']]], 4 | ['max_5fdevices',['MAX_DEVICES',['../DW1000Ranging_8h.html#a4e132cfaa78353e3af1474a86b2dd535',1,'DW1000Ranging.h']]], 5 | ['microseconds',['MICROSECONDS',['../classDW1000Time.html#af6113e457b55261503b8cb21dbfca747',1,'DW1000Time']]], 6 | ['milliseconds',['MILLISECONDS',['../classDW1000Time.html#a256fdb9e477c2aac43a7f747036a8069',1,'DW1000Time']]], 7 | ['mode_5flongdata_5ffast_5faccuracy',['MODE_LONGDATA_FAST_ACCURACY',['../classDW1000Class.html#af714130b2145d3df7501662d53c0704f',1,'DW1000Class']]], 8 | ['mode_5flongdata_5ffast_5flowpower',['MODE_LONGDATA_FAST_LOWPOWER',['../classDW1000Class.html#a66505596b1f1732962b416ba2c2ecf68',1,'DW1000Class']]], 9 | ['mode_5flongdata_5frange_5faccuracy',['MODE_LONGDATA_RANGE_ACCURACY',['../classDW1000Class.html#a5fbd14d4ad8f3fea697a13a101274a4b',1,'DW1000Class']]], 10 | ['mode_5flongdata_5frange_5flowpower',['MODE_LONGDATA_RANGE_LOWPOWER',['../classDW1000Class.html#a8a8399fd13065fdeb044aac17ac03bc1',1,'DW1000Class']]], 11 | ['mode_5fshortdata_5ffast_5faccuracy',['MODE_SHORTDATA_FAST_ACCURACY',['../classDW1000Class.html#a8f3d76ecd2d746b404d48ebd65d69b37',1,'DW1000Class']]], 12 | ['mode_5fshortdata_5ffast_5flowpower',['MODE_SHORTDATA_FAST_LOWPOWER',['../classDW1000Class.html#a37625d594b38dd4b6bc5c91800ee4ed6',1,'DW1000Class']]] 13 | ]; 14 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_d.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['nanoseconds',['NANOSECONDS',['../classDW1000Time.html#a8cd30bfcbbfdf49b61d5786a75aa8ac7',1,'DW1000Time']]], 4 | ['newconfiguration',['newConfiguration',['../classDW1000Class.html#a407b2fff98dab43ed909495a46373468',1,'DW1000Class']]], 5 | ['newreceive',['newReceive',['../classDW1000Class.html#a0465bc46e3f60596857abb0cdd5af03c',1,'DW1000Class']]], 6 | ['newtransmit',['newTransmit',['../classDW1000Class.html#a6213359c5e788b50154c8d6fd9bf388c',1,'DW1000Class']]], 7 | ['nibblefromchar',['nibbleFromChar',['../classDW1000Class.html#a0dcf373ae85b564a68d81e010b4c019c',1,'DW1000Class']]], 8 | ['no_5fsub',['NO_SUB',['../DW1000Constants_8h.html#a363d880e69ba3f0e3e6e2c96252fa412',1,'DW1000Constants.h']]], 9 | ['noteactivity',['noteActivity',['../classDW1000Device.html#a962fa4af102779c68414c9a9ad1ddf99',1,'DW1000Device']]] 10 | ]; 11 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_e.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_e.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['operator_21_3d',['operator!=',['../classDW1000Time.html#ad08ea1b3f6c3fa2335ab63984466e545',1,'DW1000Time']]], 4 | ['operator_2a',['operator*',['../classDW1000Time.html#a92b44c8b2c06c88c94ddfa6c2539bec1',1,'DW1000Time::operator*(float factor) const '],['../classDW1000Time.html#af737fd1f0ff83f908378825d587ad1cd',1,'DW1000Time::operator*(const DW1000Time &factor) const ']]], 5 | ['operator_2a_3d',['operator*=',['../classDW1000Time.html#ac3562b57ab3d0c479b66c26a3fd0a7f3',1,'DW1000Time::operator*=(float factor)'],['../classDW1000Time.html#a0cfa2da040e8a77d90eb54089046fa63',1,'DW1000Time::operator*=(const DW1000Time &factor)']]], 6 | ['operator_2b',['operator+',['../classDW1000Time.html#a76dd3c6d912715606277e7e3087a27bc',1,'DW1000Time']]], 7 | ['operator_2b_3d',['operator+=',['../classDW1000Time.html#a126d890f0d990cd709263120adbacaa7',1,'DW1000Time']]], 8 | ['operator_2d',['operator-',['../classDW1000Time.html#afc45ac7153b9da36779e69debff37613',1,'DW1000Time']]], 9 | ['operator_2d_3d',['operator-=',['../classDW1000Time.html#ac913f1cc477518c809ea385503d0a112',1,'DW1000Time']]], 10 | ['operator_2f',['operator/',['../classDW1000Time.html#aec82f0b23003228e811f819e36e73e6c',1,'DW1000Time::operator/(float factor) const '],['../classDW1000Time.html#a834fb23b1722ec6e2001f9ea286c3886',1,'DW1000Time::operator/(const DW1000Time &factor) const ']]], 11 | ['operator_2f_3d',['operator/=',['../classDW1000Time.html#a62a21be8dbf1efa8ee449db63472be95',1,'DW1000Time::operator/=(float factor)'],['../classDW1000Time.html#a2221b97c148a19c9782213a0d644d8e9',1,'DW1000Time::operator/=(const DW1000Time &factor)']]], 12 | ['operator_3d',['operator=',['../classDW1000Time.html#ac43e0dd01a13ec7470029f12402ded2d',1,'DW1000Time']]], 13 | ['operator_3d_3d',['operator==',['../classDW1000Time.html#ae9d97a2772d6070df80578f6d1a171d2',1,'DW1000Time']]], 14 | ['otp_5faddr_5fsub',['OTP_ADDR_SUB',['../DW1000Constants_8h.html#a27a3ecaef2c113aedc13542642a627f0',1,'DW1000Constants.h']]], 15 | ['otp_5fctrl_5fsub',['OTP_CTRL_SUB',['../DW1000Constants_8h.html#a801aa01656591ec1847aac455c3fb910',1,'DW1000Constants.h']]], 16 | ['otp_5fif',['OTP_IF',['../DW1000Constants_8h.html#ad2c8d73ec0d95a964e6ffad894529fd6',1,'DW1000Constants.h']]], 17 | ['otp_5frdat_5fsub',['OTP_RDAT_SUB',['../DW1000Constants_8h.html#ac88818654b5a3f9998cb413f962d9a8e',1,'DW1000Constants.h']]] 18 | ]; 19 | -------------------------------------------------------------------------------- /extras/doc/html/search/all_f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/classes_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/classes_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['dw1000class',['DW1000Class',['../classDW1000Class.html',1,'']]], 4 | ['dw1000device',['DW1000Device',['../classDW1000Device.html',1,'']]], 5 | ['dw1000mac',['DW1000Mac',['../classDW1000Mac.html',1,'']]], 6 | ['dw1000rangingclass',['DW1000RangingClass',['../classDW1000RangingClass.html',1,'']]], 7 | ['dw1000time',['DW1000Time',['../classDW1000Time.html',1,'']]] 8 | ]; 9 | -------------------------------------------------------------------------------- /extras/doc/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/search/close.png -------------------------------------------------------------------------------- /extras/doc/html/search/defines_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['aat_5fbit',['AAT_BIT',['../DW1000Constants_8h.html#af2227e363be0750d2c269e1fb2edd255',1,'DW1000Constants.h']]], 4 | ['agc_5ftune',['AGC_TUNE',['../DW1000Constants_8h.html#af0648d8edc4f6065c2bbf4fd3805617d',1,'DW1000Constants.h']]], 5 | ['agc_5ftune1_5fsub',['AGC_TUNE1_SUB',['../DW1000Constants_8h.html#a01be39245f2c702bd553f786132211ed',1,'DW1000Constants.h']]], 6 | ['agc_5ftune2_5fsub',['AGC_TUNE2_SUB',['../DW1000Constants_8h.html#a97d76767b1974d92158329473835f759',1,'DW1000Constants.h']]], 7 | ['agc_5ftune3_5fsub',['AGC_TUNE3_SUB',['../DW1000Constants_8h.html#a2a5ae66a09abab172f7c5d411262e8ee',1,'DW1000Constants.h']]], 8 | ['anchor',['ANCHOR',['../DW1000Ranging_8h.html#aa4f4f475d870788649ecd1b2c23c76e1',1,'DW1000Ranging.h']]] 9 | ]; 10 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['blink',['BLINK',['../DW1000Ranging_8h.html#a38eec52a7dccb94ff563e30eda32c891',1,'DW1000Ranging.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_10.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['tag',['TAG',['../DW1000Ranging_8h.html#afc3d101f633a076cc1ca84b85b6224b2',1,'DW1000Ranging.h']]], 4 | ['tc_5fpgdelay_5fsub',['TC_PGDELAY_SUB',['../DW1000Constants_8h.html#ac570f7a9ca487f5991ca39ea7c99a9ce',1,'DW1000Constants.h']]], 5 | ['tc_5fsarc',['TC_SARC',['../DW1000Constants_8h.html#a323d7035f7c9703a12ff62d1b718a35f',1,'DW1000Constants.h']]], 6 | ['tc_5fsarl',['TC_SARL',['../DW1000Constants_8h.html#a6a38b148c7acfc1a034126d4652b4948',1,'DW1000Constants.h']]], 7 | ['tnssfd_5fbit',['TNSSFD_BIT',['../DW1000Constants_8h.html#ac03d672d44f3d7fc7ef09c71cf01f6ca',1,'DW1000Constants.h']]], 8 | ['trxoff_5fbit',['TRXOFF_BIT',['../DW1000Constants_8h.html#ab813a8d02417b1aa19d3878e874a064b',1,'DW1000Constants.h']]], 9 | ['tx_5fantd',['TX_ANTD',['../DW1000Constants_8h.html#abe6a92e5e39bf700f2aebcd5adf5734a',1,'DW1000Constants.h']]], 10 | ['tx_5fbuffer',['TX_BUFFER',['../DW1000Constants_8h.html#afad9eb9956344c1b74f9cdd8b157c60d',1,'DW1000Constants.h']]], 11 | ['tx_5fcal',['TX_CAL',['../DW1000Constants_8h.html#acc6f1daaedefc39fec2946b095e45d5f',1,'DW1000Constants.h']]], 12 | ['tx_5ffctrl',['TX_FCTRL',['../DW1000Constants_8h.html#a4d298b8d5f7d5d397c0447cdfc012bac',1,'DW1000Constants.h']]], 13 | ['tx_5fmode',['TX_MODE',['../DW1000Constants_8h.html#a60bcaae69589922d624e3a7c1cedd686',1,'DW1000Constants.h']]], 14 | ['tx_5fpower',['TX_POWER',['../DW1000Constants_8h.html#a8bc4773990d12a21438d91a86890b0db',1,'DW1000Constants.h']]], 15 | ['tx_5fstamp_5fsub',['TX_STAMP_SUB',['../DW1000Constants_8h.html#a3cd0dc0e53d048f4b782c63a81bc5ac0',1,'DW1000Constants.h']]], 16 | ['tx_5ftime',['TX_TIME',['../DW1000Constants_8h.html#a6257989674b703b593ba8de740ae0fc3',1,'DW1000Constants.h']]], 17 | ['txdlys_5fbit',['TXDLYS_BIT',['../DW1000Constants_8h.html#a5d9d6edb41a1b46eea277ce09362c2e4',1,'DW1000Constants.h']]], 18 | ['txfrb_5fbit',['TXFRB_BIT',['../DW1000Constants_8h.html#aabe5d2eb58026d123ab47eec0ed765a7',1,'DW1000Constants.h']]], 19 | ['txfrs_5fbit',['TXFRS_BIT',['../DW1000Constants_8h.html#a133bfd9d364a0e93e299d3125fcb9f36',1,'DW1000Constants.h']]], 20 | ['txphs_5fbit',['TXPHS_BIT',['../DW1000Constants_8h.html#a958a4f97f284dbfd0dc37d600453b233',1,'DW1000Constants.h']]], 21 | ['txprs_5fbit',['TXPRS_BIT',['../DW1000Constants_8h.html#a353012c13742edd94712b9e3ec6eb294',1,'DW1000Constants.h']]], 22 | ['txstrt_5fbit',['TXSTRT_BIT',['../DW1000Constants_8h.html#af7baeeb3c0854b0c9a1d2672bdb86cb6',1,'DW1000Constants.h']]] 23 | ]; 24 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_11.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['usr_5fsfd',['USR_SFD',['../DW1000Constants_8h.html#ae2969b4b191ed4550c0e1c6ffaa28a36',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_12.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['wait4resp_5fbit',['WAIT4RESP_BIT',['../DW1000Constants_8h.html#a406872ffb178b3e3af3d1121ef86f6ee',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['chan_5fctrl',['CHAN_CTRL',['../DW1000Constants_8h.html#aa62d908ff8a37c7d0685902e5e3001d2',1,'DW1000Constants.h']]], 4 | ['cir_5fpwr_5fsub',['CIR_PWR_SUB',['../DW1000Constants_8h.html#a290b97de97e2ba9fbcb7e8123fe24ae1',1,'DW1000Constants.h']]], 5 | ['clkpll_5fll_5fbit',['CLKPLL_LL_BIT',['../DW1000Constants_8h.html#a98ed211b5c6d485bd017531ee77e33fe',1,'DW1000Constants.h']]], 6 | ['cplock_5fbit',['CPLOCK_BIT',['../DW1000Constants_8h.html#af9503c53f3e429808ded8a8f2abf2e8d',1,'DW1000Constants.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['debug',['DEBUG',['../DW1000Ranging_8h.html#ad72dbcf6d0153db1b8d8a58001feed83',1,'DW1000Ranging.h']]], 4 | ['default_5freply_5fdelay_5ftime',['DEFAULT_REPLY_DELAY_TIME',['../DW1000Ranging_8h.html#a33bf8c7e717a0c67d4e767bfc76a4f8b',1,'DW1000Ranging.h']]], 5 | ['default_5freset_5fperiod',['DEFAULT_RESET_PERIOD',['../DW1000Ranging_8h.html#a256da093f3cef695d153808745562ff4',1,'DW1000Ranging.h']]], 6 | ['default_5frst_5fpin',['DEFAULT_RST_PIN',['../DW1000Ranging_8h.html#a20243a347c78f90547b2759e8061c60e',1,'DW1000Ranging.h']]], 7 | ['default_5fspi_5fss_5fpin',['DEFAULT_SPI_SS_PIN',['../DW1000Ranging_8h.html#a7f51f457e4bffd56632c8e25b9d0d8fd',1,'DW1000Ranging.h']]], 8 | ['default_5ftimer_5fdelay',['DEFAULT_TIMER_DELAY',['../DW1000Ranging_8h.html#a8dad71f05e84e9e47a69467b8a3a2551',1,'DW1000Ranging.h']]], 9 | ['deprecated',['DEPRECATED',['../deprecated_8h.html#ac1e8a42306d8e67cb94ca31c3956ee78',1,'deprecated.h']]], 10 | ['deprecated_5fmsg',['DEPRECATED_MSG',['../deprecated_8h.html#acf5fe7b5c4b0f8918b44f5b3f3916ba2',1,'deprecated.h']]], 11 | ['dev_5fid',['DEV_ID',['../DW1000Constants_8h.html#ad71a1794ae86aca08aeccddaa80ace39',1,'DW1000Constants.h']]], 12 | ['dis_5fdrxb_5fbit',['DIS_DRXB_BIT',['../DW1000Constants_8h.html#a683b9874ecf1605da7c260914d61a02d',1,'DW1000Constants.h']]], 13 | ['dis_5fstxp_5fbit',['DIS_STXP_BIT',['../DW1000Constants_8h.html#abd403f568025c65705c6a93724360af7',1,'DW1000Constants.h']]], 14 | ['drx_5ftune',['DRX_TUNE',['../DW1000Constants_8h.html#a5efebaf07c305fad3c8bdeb64ad67f35',1,'DW1000Constants.h']]], 15 | ['drx_5ftune0b_5fsub',['DRX_TUNE0b_SUB',['../DW1000Constants_8h.html#a034f38cfc5bb5e643e6e0a9b54f74cdd',1,'DW1000Constants.h']]], 16 | ['drx_5ftune1a_5fsub',['DRX_TUNE1a_SUB',['../DW1000Constants_8h.html#a277d89d794080d83084a185845548842',1,'DW1000Constants.h']]], 17 | ['drx_5ftune1b_5fsub',['DRX_TUNE1b_SUB',['../DW1000Constants_8h.html#a79c7d91f0c2d26ad5733c36d2ddadbd3',1,'DW1000Constants.h']]], 18 | ['drx_5ftune2_5fsub',['DRX_TUNE2_SUB',['../DW1000Constants_8h.html#a6614da5e5b479570bbd399e685fa593d',1,'DW1000Constants.h']]], 19 | ['drx_5ftune4h_5fsub',['DRX_TUNE4H_SUB',['../DW1000Constants_8h.html#afad14682395738037a9f674be3a1fa8f',1,'DW1000Constants.h']]], 20 | ['dw1000time_5fh_5fprintable',['DW1000TIME_H_PRINTABLE',['../DW1000CompileOptions_8h.html#a0b3729c23e9f784391cae1f71512d041',1,'DW1000CompileOptions.h']]], 21 | ['dwsfd_5fbit',['DWSFD_BIT',['../DW1000Constants_8h.html#a007f21eb042dbcc401c482ed5588581f',1,'DW1000Constants.h']]], 22 | ['dx_5ftime',['DX_TIME',['../DW1000Constants_8h.html#ac68a35da349f580646dca1bdfe067e45',1,'DW1000Constants.h']]] 23 | ]; 24 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['eui',['EUI',['../DW1000Constants_8h.html#a294d2df2c14770e100c0926fb94aed33',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['fc_5f1',['FC_1',['../DW1000Mac_8h.html#a2ba3ab1601625cfa3f8bf08461b05a7c',1,'DW1000Mac.h']]], 4 | ['fc_5f1_5fblink',['FC_1_BLINK',['../DW1000Mac_8h.html#ad28a254e7ef6e4727b5184d3bf9d031a',1,'DW1000Mac.h']]], 5 | ['fc_5f2',['FC_2',['../DW1000Mac_8h.html#a67f705d74521ebfcb95c681f395d5388',1,'DW1000Mac.h']]], 6 | ['fc_5f2_5fshort',['FC_2_SHORT',['../DW1000Mac_8h.html#aafa3d58fff9713bbbc8a3809314d4900',1,'DW1000Mac.h']]], 7 | ['ffaa_5fbit',['FFAA_BIT',['../DW1000Constants_8h.html#aafea117da62e5fa40122be40fd88451f',1,'DW1000Constants.h']]], 8 | ['ffab_5fbit',['FFAB_BIT',['../DW1000Constants_8h.html#aef3f5a8b59a923bdd1a20d9b36bfe1c4',1,'DW1000Constants.h']]], 9 | ['ffad_5fbit',['FFAD_BIT',['../DW1000Constants_8h.html#a623dc6ef0273849412b5b84ccfdac46b',1,'DW1000Constants.h']]], 10 | ['ffam_5fbit',['FFAM_BIT',['../DW1000Constants_8h.html#a39ccc6d0296997d32dd4cb6051bdea7d',1,'DW1000Constants.h']]], 11 | ['ffar_5fbit',['FFAR_BIT',['../DW1000Constants_8h.html#af39fa965531d873db14f9fb80f57faaf',1,'DW1000Constants.h']]], 12 | ['ffbc_5fbit',['FFBC_BIT',['../DW1000Constants_8h.html#acb5703c546ca9a736dec56e1f7f4ba95',1,'DW1000Constants.h']]], 13 | ['ffen_5fbit',['FFEN_BIT',['../DW1000Constants_8h.html#a8139c0804778f3655f6c1c6c2b21ddaf',1,'DW1000Constants.h']]], 14 | ['fp_5fampl1_5fsub',['FP_AMPL1_SUB',['../DW1000Constants_8h.html#a773191a174b180e0704202ee49dfe6e3',1,'DW1000Constants.h']]], 15 | ['fp_5fampl2_5fsub',['FP_AMPL2_SUB',['../DW1000Constants_8h.html#a4ba36e0155616280028eb57c88e12511',1,'DW1000Constants.h']]], 16 | ['fp_5fampl3_5fsub',['FP_AMPL3_SUB',['../DW1000Constants_8h.html#a4fb1b4b4f0cfe614ee8f30f0f38c8c1f',1,'DW1000Constants.h']]], 17 | ['fs_5fctrl',['FS_CTRL',['../DW1000Constants_8h.html#a43b57a4a17b0b8f06875914f3e55ff28',1,'DW1000Constants.h']]], 18 | ['fs_5fpllcfg_5fsub',['FS_PLLCFG_SUB',['../DW1000Constants_8h.html#a26de21f1f199d6f0342c5a820b1e67dc',1,'DW1000Constants.h']]], 19 | ['fs_5fplltune_5fsub',['FS_PLLTUNE_SUB',['../DW1000Constants_8h.html#a19c8e61fd9bf40c25191341517b768c0',1,'DW1000Constants.h']]], 20 | ['fs_5fxtalt_5fsub',['FS_XTALT_SUB',['../DW1000Constants_8h.html#a350b20c7d4f579eca696efa2c7b4cef3',1,'DW1000Constants.h']]] 21 | ]; 22 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['hirq_5fpol_5fbit',['HIRQ_POL_BIT',['../DW1000Constants_8h.html#a8be7bfab3a5746ecb11a126fcf69ad86',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['idle_5fmode',['IDLE_MODE',['../DW1000Constants_8h.html#ae539bc81de218722c5c2c54b5c006894',1,'DW1000Constants.h']]], 4 | ['inactivity_5ftime',['INACTIVITY_TIME',['../DW1000Device_8h.html#a28c3d16ddd70570d6c70d1f11a2a1faa',1,'DW1000Device.h']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['junk',['JUNK',['../DW1000Constants_8h.html#afc5bb7d4f889aa4c7e2f20e2597c560e',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['max_5fdevices',['MAX_DEVICES',['../DW1000Ranging_8h.html#a4e132cfaa78353e3af1474a86b2dd535',1,'DW1000Ranging.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['no_5fsub',['NO_SUB',['../DW1000Constants_8h.html#a363d880e69ba3f0e3e6e2c96252fa412',1,'DW1000Constants.h']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_c.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['otp_5faddr_5fsub',['OTP_ADDR_SUB',['../DW1000Constants_8h.html#a27a3ecaef2c113aedc13542642a627f0',1,'DW1000Constants.h']]], 4 | ['otp_5fctrl_5fsub',['OTP_CTRL_SUB',['../DW1000Constants_8h.html#a801aa01656591ec1847aac455c3fb910',1,'DW1000Constants.h']]], 5 | ['otp_5fif',['OTP_IF',['../DW1000Constants_8h.html#ad2c8d73ec0d95a964e6ffad894529fd6',1,'DW1000Constants.h']]], 6 | ['otp_5frdat_5fsub',['OTP_RDAT_SUB',['../DW1000Constants_8h.html#ac88818654b5a3f9998cb413f962d9a8e',1,'DW1000Constants.h']]] 7 | ]; 8 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_d.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['pan_5fid_5f1',['PAN_ID_1',['../DW1000Mac_8h.html#a88107fce892aafcbaf927e1e42222420',1,'DW1000Mac.h']]], 4 | ['pan_5fid_5f2',['PAN_ID_2',['../DW1000Mac_8h.html#a011d9c176ed4ceedec064aa5aeaa20e8',1,'DW1000Mac.h']]], 5 | ['panadr',['PANADR',['../DW1000Constants_8h.html#a9ae09498b89a2dbb1b28a38879c04890',1,'DW1000Constants.h']]], 6 | ['phr_5fmode_5fsub',['PHR_MODE_SUB',['../DW1000Constants_8h.html#a7b57a430aa86bdbacb75e7be506acec0',1,'DW1000Constants.h']]], 7 | ['pmsc',['PMSC',['../DW1000Constants_8h.html#affc6107faa21c67f5f1fba5900a867e8',1,'DW1000Constants.h']]], 8 | ['pmsc_5fctrl0_5fsub',['PMSC_CTRL0_SUB',['../DW1000Constants_8h.html#aad737032a7e2205d3fdbf3c5482e9800',1,'DW1000Constants.h']]], 9 | ['poll',['POLL',['../DW1000Ranging_8h.html#a31a318f1fa3824e23ca602dde126e0f4',1,'DW1000Ranging.h']]], 10 | ['poll_5fack',['POLL_ACK',['../DW1000Ranging_8h.html#ad1b866ba00b0b59bca428facb47111f2',1,'DW1000Ranging.h']]] 11 | ]; 12 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_e.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/defines_f.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['sfcst_5fbit',['SFCST_BIT',['../DW1000Constants_8h.html#a358fd3978bd4cee74f6e65d3e3089dbf',1,'DW1000Constants.h']]], 4 | ['sfd_5flength_5fsub',['SFD_LENGTH_SUB',['../DW1000Constants_8h.html#a4c9d96a6d2b13cb2d75b38b66a7f1001',1,'DW1000Constants.h']]], 5 | ['short_5fmac_5flen',['SHORT_MAC_LEN',['../DW1000Mac_8h.html#a85c4b1faaa02403bc64b752104056612',1,'DW1000Mac.h']]], 6 | ['std_5fnoise_5fsub',['STD_NOISE_SUB',['../DW1000Constants_8h.html#aaa2b730a0163d2464a02c29b05c01377',1,'DW1000Constants.h']]], 7 | ['sys_5fcfg',['SYS_CFG',['../DW1000Constants_8h.html#a8d9292d443e8e5b9059f6429b8502c07',1,'DW1000Constants.h']]], 8 | ['sys_5fctrl',['SYS_CTRL',['../DW1000Constants_8h.html#a4b23617442d3980ad8e3c3ce3a314848',1,'DW1000Constants.h']]], 9 | ['sys_5fmask',['SYS_MASK',['../DW1000Constants_8h.html#a1096a3bcb1d33bab56e2746735bef164',1,'DW1000Constants.h']]], 10 | ['sys_5fstatus',['SYS_STATUS',['../DW1000Constants_8h.html#a695e7916a9d828c289b0a9419341cea8',1,'DW1000Constants.h']]], 11 | ['sys_5ftime',['SYS_TIME',['../DW1000Constants_8h.html#a2fcb8cc818f8f564c94b2a8a33914cca',1,'DW1000Constants.h']]] 12 | ]; 13 | -------------------------------------------------------------------------------- /extras/doc/html/search/files_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/files_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['deprecated_2eh',['deprecated.h',['../deprecated_8h.html',1,'']]], 4 | ['dw1000_2ecpp',['DW1000.cpp',['../DW1000_8cpp.html',1,'']]], 5 | ['dw1000_2eh',['DW1000.h',['../DW1000_8h.html',1,'']]], 6 | ['dw1000compileoptions_2eh',['DW1000CompileOptions.h',['../DW1000CompileOptions_8h.html',1,'']]], 7 | ['dw1000constants_2eh',['DW1000Constants.h',['../DW1000Constants_8h.html',1,'']]], 8 | ['dw1000device_2ecpp',['DW1000Device.cpp',['../DW1000Device_8cpp.html',1,'']]], 9 | ['dw1000device_2eh',['DW1000Device.h',['../DW1000Device_8h.html',1,'']]], 10 | ['dw1000mac_2ecpp',['DW1000Mac.cpp',['../DW1000Mac_8cpp.html',1,'']]], 11 | ['dw1000mac_2eh',['DW1000Mac.h',['../DW1000Mac_8h.html',1,'']]], 12 | ['dw1000ranging_2ecpp',['DW1000Ranging.cpp',['../DW1000Ranging_8cpp.html',1,'']]], 13 | ['dw1000ranging_2eh',['DW1000Ranging.h',['../DW1000Ranging_8h.html',1,'']]], 14 | ['dw1000time_2ecpp',['DW1000Time.cpp',['../DW1000Time_8cpp.html',1,'']]], 15 | ['dw1000time_2eh',['DW1000Time.h',['../DW1000Time_8h.html',1,'']]] 16 | ]; 17 | -------------------------------------------------------------------------------- /extras/doc/html/search/files_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/files_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['require_5fcpp11_2eh',['require_cpp11.h',['../require__cpp11_8h.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['addnetworkdevices',['addNetworkDevices',['../classDW1000RangingClass.html#a0cb09f33a796ca2ad43ecba79807550b',1,'DW1000RangingClass::addNetworkDevices(DW1000Device *device, boolean shortAddress)'],['../classDW1000RangingClass.html#a7a33bf774529b577c5aad0f3561b9e8c',1,'DW1000RangingClass::addNetworkDevices(DW1000Device *device)']]], 4 | ['attachblinkdevice',['attachBlinkDevice',['../classDW1000RangingClass.html#ae096e46b2dcb9d1241aeb2ae0abd96e6',1,'DW1000RangingClass']]], 5 | ['attacherrorhandler',['attachErrorHandler',['../classDW1000Class.html#ab2bdeb8c3e665686511d20b3e98447ef',1,'DW1000Class']]], 6 | ['attachinactivedevice',['attachInactiveDevice',['../classDW1000RangingClass.html#a3c4789ea6f21876f362ceff5bdcfeba1',1,'DW1000RangingClass']]], 7 | ['attachnewdevice',['attachNewDevice',['../classDW1000RangingClass.html#aa02ebfce7ab83fe8a28721812488bc19',1,'DW1000RangingClass']]], 8 | ['attachnewrange',['attachNewRange',['../classDW1000RangingClass.html#a00c302964eac2a7f2facbe21171f9bee',1,'DW1000RangingClass']]], 9 | ['attachreceivedhandler',['attachReceivedHandler',['../classDW1000Class.html#a114f68401a4e8832898817edc6a3c4d6',1,'DW1000Class']]], 10 | ['attachreceivefailedhandler',['attachReceiveFailedHandler',['../classDW1000Class.html#a3917b58d7b8b16a3d6209c6243748911',1,'DW1000Class']]], 11 | ['attachreceivetimeouthandler',['attachReceiveTimeoutHandler',['../classDW1000Class.html#a7482aeede5b47b6e100c491e9356b2d4',1,'DW1000Class']]], 12 | ['attachreceivetimestampavailablehandler',['attachReceiveTimestampAvailableHandler',['../classDW1000Class.html#a1f8fa61ddaf49a5f85728a11844027c3',1,'DW1000Class']]], 13 | ['attachsenthandler',['attachSentHandler',['../classDW1000Class.html#a2b02ecfd1d43711c9d3959bd223d7192',1,'DW1000Class']]] 14 | ]; 15 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['begin',['begin',['../classDW1000Class.html#a59b862b3a40d42eb64fab1a85dc12147',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_10.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['useextendedframelength',['useExtendedFrameLength',['../classDW1000Class.html#ad34e8cd07429db763b9e51e496c4ec1a',1,'DW1000Class']]], 4 | ['userangefilter',['useRangeFilter',['../classDW1000RangingClass.html#af5de16473d8f33165bcf097428535121',1,'DW1000RangingClass']]], 5 | ['usesmartpower',['useSmartPower',['../classDW1000Class.html#a553b32a50b0be672319c0c6a04c3b9cf',1,'DW1000Class']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_11.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['visualizedatas',['visualizeDatas',['../classDW1000RangingClass.html#a071e8133596fb737c751c67e1e62ed28',1,'DW1000RangingClass']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_12.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['waitforresponse',['waitForResponse',['../classDW1000Class.html#ae65d90cb26cdb609f58abfd970607c1d',1,'DW1000Class']]], 4 | ['wrap',['wrap',['../classDW1000Time.html#a2715e87a8ac5a7bb3bc100b9e33392a8',1,'DW1000Time']]], 5 | ['writebyte',['writeByte',['../classDW1000Class.html#a34ca9fd80c4118766da0ca42a71d1b4f',1,'DW1000Class']]], 6 | ['writebytes',['writeBytes',['../classDW1000Class.html#a0772ea0dca8931657f4cca4570cf000d',1,'DW1000Class']]], 7 | ['writechannelcontrolregister',['writeChannelControlRegister',['../classDW1000Class.html#a2ee08ca0011f72a0349c1e871bf24164',1,'DW1000Class']]], 8 | ['writenetworkidanddeviceaddress',['writeNetworkIdAndDeviceAddress',['../classDW1000Class.html#a8a0ca63db7e1957c4bab94f49a018be4',1,'DW1000Class']]], 9 | ['writesystemconfigurationregister',['writeSystemConfigurationRegister',['../classDW1000Class.html#ac5ff65d716216fa71853c3df3efa3853',1,'DW1000Class']]], 10 | ['writesystemeventmaskregister',['writeSystemEventMaskRegister',['../classDW1000Class.html#a27785065539bdce2646abd6c0b3c9804',1,'DW1000Class']]], 11 | ['writetransmitframecontrolregister',['writeTransmitFrameControlRegister',['../classDW1000Class.html#ac2617248374072f75f32d4743d3cbd8f',1,'DW1000Class']]], 12 | ['writevaluetobytes',['writeValueToBytes',['../classDW1000Class.html#a7d067d3161c31c092e1b892053f7b3ad',1,'DW1000Class']]] 13 | ]; 14 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_13.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['_7edw1000device',['~DW1000Device',['../classDW1000Device.html#aa37aa8ca3489768968cb1934b6762eb6',1,'DW1000Device']]], 4 | ['_7edw1000mac',['~DW1000Mac',['../classDW1000Mac.html#a293da3de13fab424c05bf7a03f0fb644',1,'DW1000Mac']]], 5 | ['_7edw1000time',['~DW1000Time',['../classDW1000Time.html#a1036123abf02ee429b9e5e5a557413c5',1,'DW1000Time']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['clearallstatus',['clearAllStatus',['../classDW1000Class.html#a975ac277d365d41b80e3ba62f7479bda',1,'DW1000Class']]], 4 | ['clearinterrupts',['clearInterrupts',['../classDW1000Class.html#a70dad45b7bcbd302b1cacac10d5dcec7',1,'DW1000Class']]], 5 | ['clearreceivestatus',['clearReceiveStatus',['../classDW1000Class.html#a9385fd426c55b028a092afebca415276',1,'DW1000Class']]], 6 | ['clearreceivetimestampavailablestatus',['clearReceiveTimestampAvailableStatus',['../classDW1000Class.html#ab58f1edbf0e63f5258480ab0dc160c84',1,'DW1000Class']]], 7 | ['cleartransmitstatus',['clearTransmitStatus',['../classDW1000Class.html#aa98cb6220d26f837ec971f68b1b1106d',1,'DW1000Class']]], 8 | ['commitconfiguration',['commitConfiguration',['../classDW1000Class.html#a50e230d4ac0df27e1e1b0ce50242adc2',1,'DW1000Class']]], 9 | ['configurenetwork',['configureNetwork',['../classDW1000RangingClass.html#a8d52b5dadd722c169e960a3ccb0850f2',1,'DW1000RangingClass']]], 10 | ['converttobyte',['convertToByte',['../classDW1000Class.html#a43e2a1360a222c250b885013e291e123',1,'DW1000Class']]], 11 | ['correcttimestamp',['correctTimestamp',['../classDW1000Class.html#a6ff701dc55e2b63d40ae09cf663afed5',1,'DW1000Class']]] 12 | ]; 13 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['decodeblinkframe',['decodeBlinkFrame',['../classDW1000Mac.html#a2f463c08db2db3c66a1c78cc939b2068',1,'DW1000Mac']]], 4 | ['decodelongmacframe',['decodeLongMACFrame',['../classDW1000Mac.html#ad52462fa07f4130dceccdaa8edb96ebf',1,'DW1000Mac']]], 5 | ['decodeshortmacframe',['decodeShortMACFrame',['../classDW1000Mac.html#a7858e613a82b01bc30faa4d65ec86970',1,'DW1000Mac']]], 6 | ['detectmessagetype',['detectMessageType',['../classDW1000RangingClass.html#a94956e427dffcf4f0912c499e5c2f1e8',1,'DW1000RangingClass']]], 7 | ['dw1000device',['DW1000Device',['../classDW1000Device.html#ababd3c54aa268a33607e449562a45cca',1,'DW1000Device::DW1000Device()'],['../classDW1000Device.html#a96b99626cad1d86fbd169159461034f8',1,'DW1000Device::DW1000Device(byte address[], byte shortAddress[])'],['../classDW1000Device.html#a224123ad97f1baa7c38302b25aa3506d',1,'DW1000Device::DW1000Device(byte address[], boolean shortOne=false)']]], 8 | ['dw1000mac',['DW1000Mac',['../classDW1000Mac.html#a2ce231562de0be4a18ec7612cc8c7055',1,'DW1000Mac::DW1000Mac(DW1000Device *parent)'],['../classDW1000Mac.html#a909721404f8104f11f6d742109f737db',1,'DW1000Mac::DW1000Mac()']]], 9 | ['dw1000time',['DW1000Time',['../classDW1000Time.html#a6d9648e0fea1899def84dc09556bd29d',1,'DW1000Time::DW1000Time()'],['../classDW1000Time.html#ab2d7b0fa7d9379a8efc64cceefac8e9f',1,'DW1000Time::DW1000Time(int64_t time)'],['../classDW1000Time.html#a05044f2626fa26fcd2c4209cd521b040',1,'DW1000Time::DW1000Time(byte data[])'],['../classDW1000Time.html#ad70603121cbeb88b80e221fb20d7bb27',1,'DW1000Time::DW1000Time(const DW1000Time &copy)'],['../classDW1000Time.html#a797e26db462579718c6ddcbb18a8517d',1,'DW1000Time::DW1000Time(float timeUs)'],['../classDW1000Time.html#a05ae88f495a8121db77fcc4925670fdf',1,'DW1000Time::DW1000Time(int32_t value, float factorUs)']]] 10 | ]; 11 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['enableclock',['enableClock',['../classDW1000Class.html#ac3bd00b1a7c8aac778b8d433486acbb4',1,'DW1000Class']]], 4 | ['enablemode',['enableMode',['../classDW1000Class.html#a3e0701b9373ec91c3e01ec96a0165ff8',1,'DW1000Class']]], 5 | ['end',['end',['../classDW1000Class.html#a59588135a77c75863aeb96a9035c7618',1,'DW1000Class']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['handleinterrupt',['handleInterrupt',['../classDW1000Class.html#a8d86f35901523068f976774fd5fc0da2',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['idle',['idle',['../classDW1000Class.html#a02b962429abec24f14178d33fe1079df',1,'DW1000Class']]], 4 | ['incrementseqnumber',['incrementSeqNumber',['../classDW1000Mac.html#a20763a3a40fa1c9e652486a4ba48c9af',1,'DW1000Mac']]], 5 | ['initcommunication',['initCommunication',['../classDW1000RangingClass.html#a2cda101272c6b30c7dc684c819fe0517',1,'DW1000RangingClass']]], 6 | ['interruptonautomaticacknowledgetrigger',['interruptOnAutomaticAcknowledgeTrigger',['../classDW1000Class.html#a9f4657110d02779f0de43d85b8725396',1,'DW1000Class']]], 7 | ['interruptonreceived',['interruptOnReceived',['../classDW1000Class.html#acc5fc4e41a2ab337a70e95dbc215aebe',1,'DW1000Class']]], 8 | ['interruptonreceivefailed',['interruptOnReceiveFailed',['../classDW1000Class.html#a472093d784aa8416285ee765688ab773',1,'DW1000Class']]], 9 | ['interruptonreceivetimeout',['interruptOnReceiveTimeout',['../classDW1000Class.html#aad08e4166cc8e2b2c5db8bd4bf6a4a99',1,'DW1000Class']]], 10 | ['interruptonreceivetimestampavailable',['interruptOnReceiveTimestampAvailable',['../classDW1000Class.html#a597f9d029985f7c4bad31b4b1a8febd4',1,'DW1000Class']]], 11 | ['interruptonsent',['interruptOnSent',['../classDW1000Class.html#aecec6bbac162b4906be77972e00ca30c',1,'DW1000Class']]], 12 | ['isaddressequal',['isAddressEqual',['../classDW1000Device.html#a656f661e77b03f24cffb2ead5f5a654f',1,'DW1000Device']]], 13 | ['isclockproblem',['isClockProblem',['../classDW1000Class.html#afc4187be0eef678b44bca3c50bf9978a',1,'DW1000Class']]], 14 | ['isinactive',['isInactive',['../classDW1000Device.html#a7b9ef119d9ed502afe3e0c2bf2d417e5',1,'DW1000Device']]], 15 | ['isreceivedone',['isReceiveDone',['../classDW1000Class.html#a54cb7f137f76e716659ede5ab45b9fb9',1,'DW1000Class']]], 16 | ['isreceivefailed',['isReceiveFailed',['../classDW1000Class.html#a7775671b9a6fd333b282b07763ccf070',1,'DW1000Class']]], 17 | ['isreceivetimeout',['isReceiveTimeout',['../classDW1000Class.html#a33c9e5426b5ef0d4935c6f8c314adfb2',1,'DW1000Class']]], 18 | ['isreceivetimestampavailable',['isReceiveTimestampAvailable',['../classDW1000Class.html#ab8e998d008a32c8e8b300d4802caf824',1,'DW1000Class']]], 19 | ['isshortaddressequal',['isShortAddressEqual',['../classDW1000Device.html#af379125714a9909490d996bca9282ed6',1,'DW1000Device']]], 20 | ['istransmitdone',['isTransmitDone',['../classDW1000Class.html#adfd211dbc2fcdafaa691d70c4c9f6a92',1,'DW1000Class']]], 21 | ['isvalidtimestamp',['isValidTimestamp',['../classDW1000Time.html#ab3a5ca26a1667be0a146d43e50ffd144',1,'DW1000Time']]] 22 | ]; 23 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['loop',['loop',['../classDW1000RangingClass.html#a83198e3e37c142c42128e81bb9bd0aea',1,'DW1000RangingClass']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_9.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['managelde',['manageLDE',['../classDW1000Class.html#ab9c59dffa5f686c9f301e5e000ee54e5',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['newconfiguration',['newConfiguration',['../classDW1000Class.html#a407b2fff98dab43ed909495a46373468',1,'DW1000Class']]], 4 | ['newreceive',['newReceive',['../classDW1000Class.html#a0465bc46e3f60596857abb0cdd5af03c',1,'DW1000Class']]], 5 | ['newtransmit',['newTransmit',['../classDW1000Class.html#a6213359c5e788b50154c8d6fd9bf388c',1,'DW1000Class']]], 6 | ['nibblefromchar',['nibbleFromChar',['../classDW1000Class.html#a0dcf373ae85b564a68d81e010b4c019c',1,'DW1000Class']]], 7 | ['noteactivity',['noteActivity',['../classDW1000Device.html#a962fa4af102779c68414c9a9ad1ddf99',1,'DW1000Device']]] 8 | ]; 9 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['operator_21_3d',['operator!=',['../classDW1000Time.html#ad08ea1b3f6c3fa2335ab63984466e545',1,'DW1000Time']]], 4 | ['operator_2a',['operator*',['../classDW1000Time.html#a92b44c8b2c06c88c94ddfa6c2539bec1',1,'DW1000Time::operator*(float factor) const '],['../classDW1000Time.html#af737fd1f0ff83f908378825d587ad1cd',1,'DW1000Time::operator*(const DW1000Time &factor) const ']]], 5 | ['operator_2a_3d',['operator*=',['../classDW1000Time.html#ac3562b57ab3d0c479b66c26a3fd0a7f3',1,'DW1000Time::operator*=(float factor)'],['../classDW1000Time.html#a0cfa2da040e8a77d90eb54089046fa63',1,'DW1000Time::operator*=(const DW1000Time &factor)']]], 6 | ['operator_2b',['operator+',['../classDW1000Time.html#a76dd3c6d912715606277e7e3087a27bc',1,'DW1000Time']]], 7 | ['operator_2b_3d',['operator+=',['../classDW1000Time.html#a126d890f0d990cd709263120adbacaa7',1,'DW1000Time']]], 8 | ['operator_2d',['operator-',['../classDW1000Time.html#afc45ac7153b9da36779e69debff37613',1,'DW1000Time']]], 9 | ['operator_2d_3d',['operator-=',['../classDW1000Time.html#ac913f1cc477518c809ea385503d0a112',1,'DW1000Time']]], 10 | ['operator_2f',['operator/',['../classDW1000Time.html#aec82f0b23003228e811f819e36e73e6c',1,'DW1000Time::operator/(float factor) const '],['../classDW1000Time.html#a834fb23b1722ec6e2001f9ea286c3886',1,'DW1000Time::operator/(const DW1000Time &factor) const ']]], 11 | ['operator_2f_3d',['operator/=',['../classDW1000Time.html#a62a21be8dbf1efa8ee449db63472be95',1,'DW1000Time::operator/=(float factor)'],['../classDW1000Time.html#a2221b97c148a19c9782213a0d644d8e9',1,'DW1000Time::operator/=(const DW1000Time &factor)']]], 12 | ['operator_3d',['operator=',['../classDW1000Time.html#ac43e0dd01a13ec7470029f12402ded2d',1,'DW1000Time']]], 13 | ['operator_3d_3d',['operator==',['../classDW1000Time.html#ae9d97a2772d6070df80578f6d1a171d2',1,'DW1000Time']]] 14 | ]; 15 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_c.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['print',['print',['../classDW1000Time.html#a68f5442f59786bb254af5c27bb8276ab',1,'DW1000Time']]], 4 | ['printto',['printTo',['../classDW1000Time.html#a9caf1d789c405179004964489c6f0007',1,'DW1000Time']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_d.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['readbytes',['readBytes',['../classDW1000Class.html#af163ec9c195c9854f51959a6276e92bb',1,'DW1000Class']]], 4 | ['readbytesotp',['readBytesOTP',['../classDW1000Class.html#ab5c8e7c24fe945722913eee8e062178b',1,'DW1000Class']]], 5 | ['readchannelcontrolregister',['readChannelControlRegister',['../classDW1000Class.html#a7b2cc4b8d7f04e8f02140a4000b4ce18',1,'DW1000Class']]], 6 | ['readnetworkidanddeviceaddress',['readNetworkIdAndDeviceAddress',['../classDW1000Class.html#a1a97a9e117c7d2a8e821276063f60082',1,'DW1000Class']]], 7 | ['readsystemconfigurationregister',['readSystemConfigurationRegister',['../classDW1000Class.html#a266d8bff7e8374bed37f56db11ad5aab',1,'DW1000Class']]], 8 | ['readsystemeventmaskregister',['readSystemEventMaskRegister',['../classDW1000Class.html#a01f0844696513cd33c8f076f944d60e7',1,'DW1000Class']]], 9 | ['readsystemeventstatusregister',['readSystemEventStatusRegister',['../classDW1000Class.html#a9de9acf7a7b79d50af561de68e95bc83',1,'DW1000Class']]], 10 | ['readtransmitframecontrolregister',['readTransmitFrameControlRegister',['../classDW1000Class.html#a9eb2d38a38c878314291dc6759276a0a',1,'DW1000Class']]], 11 | ['receivepermanently',['receivePermanently',['../classDW1000Class.html#a0d7b4fe610e946633d0bf7c1e4f1e27e',1,'DW1000Class']]], 12 | ['removenetworkdevices',['removeNetworkDevices',['../classDW1000RangingClass.html#a128cddf7de3c75d0bf498efcfbe86f60',1,'DW1000RangingClass']]], 13 | ['reselect',['reselect',['../classDW1000Class.html#a158b7db4ffef8809c7ddc9548c3a4497',1,'DW1000Class']]], 14 | ['reset',['reset',['../classDW1000Class.html#a99f7a8f0fc4b4b20e96c2204518038a3',1,'DW1000Class']]] 15 | ]; 16 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_e.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/functions_f.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['tune',['tune',['../classDW1000Class.html#a1e996f1921f45efddef0c343e3a29b44',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/search/mag_sel.png -------------------------------------------------------------------------------- /extras/doc/html/search/nomatches.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
No Matches
10 |
11 | 12 | 13 | -------------------------------------------------------------------------------- /extras/doc/html/search/pages_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/pages_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['deprecated_20list',['Deprecated List',['../deprecated.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/pages_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/pages_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['todo_20list',['Todo List',['../todo.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/search/search_l.png -------------------------------------------------------------------------------- /extras/doc/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/search/search_m.png -------------------------------------------------------------------------------- /extras/doc/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/search/search_r.png -------------------------------------------------------------------------------- /extras/doc/html/search/searchdata.js: -------------------------------------------------------------------------------- 1 | var indexSectionsWithContent = 2 | { 3 | 0: "_abcdefghijlmnoprstuvwx~", 4 | 1: "d", 5 | 2: "dr", 6 | 3: "abcdeghilmnoprstuvw~", 7 | 4: "_abcdflmnprstwx", 8 | 5: "abcdefhijlmnoprstuw", 9 | 6: "dt" 10 | }; 11 | 12 | var indexSectionNames = 13 | { 14 | 0: "all", 15 | 1: "classes", 16 | 2: "files", 17 | 3: "functions", 18 | 4: "variables", 19 | 5: "defines", 20 | 6: "pages" 21 | }; 22 | 23 | var indexSectionLabels = 24 | { 25 | 0: "All", 26 | 1: "Classes", 27 | 2: "Files", 28 | 3: "Functions", 29 | 4: "Variables", 30 | 5: "Macros", 31 | 6: "Pages" 32 | }; 33 | 34 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['auto_5fclock',['AUTO_CLOCK',['../classDW1000Class.html#a51ea15737517c5a32919f6d00bf6aaab',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['bias_5f500_5f16',['BIAS_500_16',['../classDW1000Class.html#ac0083e2e4f9c8b2b8c5d07d8863865ab',1,'DW1000Class']]], 4 | ['bias_5f500_5f16_5fzero',['BIAS_500_16_ZERO',['../classDW1000Class.html#a21636f8093a43b98ba94f267316fd3f8',1,'DW1000Class']]], 5 | ['bias_5f500_5f64',['BIAS_500_64',['../classDW1000Class.html#a3e49c04a1a811e21f8e94d6e9a2cf11f',1,'DW1000Class']]], 6 | ['bias_5f500_5f64_5fzero',['BIAS_500_64_ZERO',['../classDW1000Class.html#ae5dd69700316895ed7c7d15e1b96d6e5',1,'DW1000Class']]], 7 | ['bias_5f900_5f16',['BIAS_900_16',['../classDW1000Class.html#a4e7fff2ae6c8b9871e9755b4a4cb6b96',1,'DW1000Class']]], 8 | ['bias_5f900_5f16_5fzero',['BIAS_900_16_ZERO',['../classDW1000Class.html#ac4f49524ce3fd43c60e54f1a835f8458',1,'DW1000Class']]], 9 | ['bias_5f900_5f64',['BIAS_900_64',['../classDW1000Class.html#a7f0e2864171a963b6947b169ccf3da80',1,'DW1000Class']]], 10 | ['bias_5f900_5f64_5fzero',['BIAS_900_64_ZERO',['../classDW1000Class.html#a6310b5718bb31694e10138048d410e9d',1,'DW1000Class']]] 11 | ]; 12 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['channel_5f1',['CHANNEL_1',['../classDW1000Class.html#ae3376bb609be6882ac20c2cc2c44ce6f',1,'DW1000Class']]], 4 | ['channel_5f2',['CHANNEL_2',['../classDW1000Class.html#a55be485a91bb857bc43cafac191e41d8',1,'DW1000Class']]], 5 | ['channel_5f3',['CHANNEL_3',['../classDW1000Class.html#a9081a02aa066ea5efdd0807fcee838b9',1,'DW1000Class']]], 6 | ['channel_5f4',['CHANNEL_4',['../classDW1000Class.html#aff1aa70ed700e6b9b7e5ee75e3c09c13',1,'DW1000Class']]], 7 | ['channel_5f5',['CHANNEL_5',['../classDW1000Class.html#a334c7b83cee55a443a55366de35dbc09',1,'DW1000Class']]], 8 | ['channel_5f7',['CHANNEL_7',['../classDW1000Class.html#ae184e52351cce8cba4888b0a52cf0578',1,'DW1000Class']]] 9 | ]; 10 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['data',['data',['../classDW1000RangingClass.html#a10ed6e8a6303bc71000fe15ca28e71b5',1,'DW1000RangingClass']]], 4 | ['distance_5fof_5fradio',['DISTANCE_OF_RADIO',['../classDW1000Time.html#abdadbe4f3ec45d1dba5db8576ac7afa9',1,'DW1000Time']]], 5 | ['distance_5fof_5fradio_5finv',['DISTANCE_OF_RADIO_INV',['../classDW1000Time.html#ac714c7d18b0ded83d25c5b02954a4770',1,'DW1000Time']]], 6 | ['dw1000',['DW1000',['../DW1000_8cpp.html#a7a7634e6006e4715ffa93b16e2f20670',1,'DW1000(): DW1000.cpp'],['../DW1000_8h.html#a7a7634e6006e4715ffa93b16e2f20670',1,'DW1000(): DW1000.cpp']]], 7 | ['dw1000ranging',['DW1000Ranging',['../DW1000Ranging_8cpp.html#ab57327c978e98522ccdfbb8f22ffde14',1,'DW1000Ranging(): DW1000Ranging.cpp'],['../DW1000Ranging_8h.html#ab57327c978e98522ccdfbb8f22ffde14',1,'DW1000Ranging(): DW1000Ranging.cpp']]] 8 | ]; 9 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_5.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['frame_5flength_5fextended',['FRAME_LENGTH_EXTENDED',['../classDW1000Class.html#ac08b428fc2e6d6eb92fbe731a337993c',1,'DW1000Class']]], 4 | ['frame_5flength_5fnormal',['FRAME_LENGTH_NORMAL',['../classDW1000Class.html#adeca7dcf1aba960907376fdd674663d0',1,'DW1000Class']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_6.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['length_5ftimestamp',['LENGTH_TIMESTAMP',['../classDW1000Time.html#a15e78e2eb3d7c30e118bc88dcf2ba296',1,'DW1000Time']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['microseconds',['MICROSECONDS',['../classDW1000Time.html#af6113e457b55261503b8cb21dbfca747',1,'DW1000Time']]], 4 | ['milliseconds',['MILLISECONDS',['../classDW1000Time.html#a256fdb9e477c2aac43a7f747036a8069',1,'DW1000Time']]], 5 | ['mode_5flongdata_5ffast_5faccuracy',['MODE_LONGDATA_FAST_ACCURACY',['../classDW1000Class.html#af714130b2145d3df7501662d53c0704f',1,'DW1000Class']]], 6 | ['mode_5flongdata_5ffast_5flowpower',['MODE_LONGDATA_FAST_LOWPOWER',['../classDW1000Class.html#a66505596b1f1732962b416ba2c2ecf68',1,'DW1000Class']]], 7 | ['mode_5flongdata_5frange_5faccuracy',['MODE_LONGDATA_RANGE_ACCURACY',['../classDW1000Class.html#a5fbd14d4ad8f3fea697a13a101274a4b',1,'DW1000Class']]], 8 | ['mode_5flongdata_5frange_5flowpower',['MODE_LONGDATA_RANGE_LOWPOWER',['../classDW1000Class.html#a8a8399fd13065fdeb044aac17ac03bc1',1,'DW1000Class']]], 9 | ['mode_5fshortdata_5ffast_5faccuracy',['MODE_SHORTDATA_FAST_ACCURACY',['../classDW1000Class.html#a8f3d76ecd2d746b404d48ebd65d69b37',1,'DW1000Class']]], 10 | ['mode_5fshortdata_5ffast_5flowpower',['MODE_SHORTDATA_FAST_LOWPOWER',['../classDW1000Class.html#a37625d594b38dd4b6bc5c91800ee4ed6',1,'DW1000Class']]] 11 | ]; 12 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_8.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['nanoseconds',['NANOSECONDS',['../classDW1000Time.html#a8cd30bfcbbfdf49b61d5786a75aa8ac7',1,'DW1000Time']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_9.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['pac_5fsize_5f16',['PAC_SIZE_16',['../classDW1000Class.html#a7299182030e724c945da4e1287b1baa2',1,'DW1000Class']]], 4 | ['pac_5fsize_5f32',['PAC_SIZE_32',['../classDW1000Class.html#a6841c902935f8f9bc5ba3b8c0c1f6a03',1,'DW1000Class']]], 5 | ['pac_5fsize_5f64',['PAC_SIZE_64',['../classDW1000Class.html#a5ab09a38555907a3ed192327e59549e1',1,'DW1000Class']]], 6 | ['pac_5fsize_5f8',['PAC_SIZE_8',['../classDW1000Class.html#ac32df577e243f00af126b37471b43842',1,'DW1000Class']]], 7 | ['pll_5fclock',['PLL_CLOCK',['../classDW1000Class.html#a5e44edce154027d25b659819c012f53a',1,'DW1000Class']]], 8 | ['preamble_5fcode_5f16mhz_5f1',['PREAMBLE_CODE_16MHZ_1',['../classDW1000Class.html#acebad719d6b9cdbdd082cc558eb19957',1,'DW1000Class']]], 9 | ['preamble_5fcode_5f16mhz_5f2',['PREAMBLE_CODE_16MHZ_2',['../classDW1000Class.html#ac5af59227dc168751b1f9081ec667e27',1,'DW1000Class']]], 10 | ['preamble_5fcode_5f16mhz_5f3',['PREAMBLE_CODE_16MHZ_3',['../classDW1000Class.html#a72a13ba0ba686886df793ae21bfae396',1,'DW1000Class']]], 11 | ['preamble_5fcode_5f16mhz_5f4',['PREAMBLE_CODE_16MHZ_4',['../classDW1000Class.html#a52696fe17f4d7414777c6749c6adec7f',1,'DW1000Class']]], 12 | ['preamble_5fcode_5f16mhz_5f5',['PREAMBLE_CODE_16MHZ_5',['../classDW1000Class.html#a6149cc573edf67578df196c85c5cbddf',1,'DW1000Class']]], 13 | ['preamble_5fcode_5f16mhz_5f6',['PREAMBLE_CODE_16MHZ_6',['../classDW1000Class.html#a494f0920f61b9437eb44d9c254599fcf',1,'DW1000Class']]], 14 | ['preamble_5fcode_5f16mhz_5f7',['PREAMBLE_CODE_16MHZ_7',['../classDW1000Class.html#af10afef2a08f9b0638f8fa89ff1b30d6',1,'DW1000Class']]], 15 | ['preamble_5fcode_5f16mhz_5f8',['PREAMBLE_CODE_16MHZ_8',['../classDW1000Class.html#a002fd236de780082b59ef0b34809d490',1,'DW1000Class']]], 16 | ['preamble_5fcode_5f64mhz_5f10',['PREAMBLE_CODE_64MHZ_10',['../classDW1000Class.html#aa629314ba0d71f482ecb9f2ca6d9251c',1,'DW1000Class']]], 17 | ['preamble_5fcode_5f64mhz_5f11',['PREAMBLE_CODE_64MHZ_11',['../classDW1000Class.html#a858e5c682bc441a6e84a941732f0185d',1,'DW1000Class']]], 18 | ['preamble_5fcode_5f64mhz_5f12',['PREAMBLE_CODE_64MHZ_12',['../classDW1000Class.html#a3561c732264433c47d0a5c835f74f26b',1,'DW1000Class']]], 19 | ['preamble_5fcode_5f64mhz_5f17',['PREAMBLE_CODE_64MHZ_17',['../classDW1000Class.html#a2462b0d8742779eba696c9ecdb9b018d',1,'DW1000Class']]], 20 | ['preamble_5fcode_5f64mhz_5f18',['PREAMBLE_CODE_64MHZ_18',['../classDW1000Class.html#a64a6afc3486b94e5afff371c7a35b103',1,'DW1000Class']]], 21 | ['preamble_5fcode_5f64mhz_5f19',['PREAMBLE_CODE_64MHZ_19',['../classDW1000Class.html#ad96bd50062c124615e5d664e59cd64c4',1,'DW1000Class']]], 22 | ['preamble_5fcode_5f64mhz_5f20',['PREAMBLE_CODE_64MHZ_20',['../classDW1000Class.html#a34d8d6c2aaa65d02c6093d35fab880f8',1,'DW1000Class']]], 23 | ['preamble_5fcode_5f64mhz_5f9',['PREAMBLE_CODE_64MHZ_9',['../classDW1000Class.html#af6633e434da2f7aab6c95d584c8e1ba6',1,'DW1000Class']]] 24 | ]; 25 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_a.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['read',['READ',['../classDW1000Class.html#a31f5e81c1ac73daf7b26aec67ebc9552',1,'DW1000Class']]], 4 | ['read_5fsub',['READ_SUB',['../classDW1000Class.html#a9db712b3e9872a6a148e53a90fc53204',1,'DW1000Class']]], 5 | ['rw_5fsub_5fext',['RW_SUB_EXT',['../classDW1000Class.html#a61a0a3f3b3913825a9f7e36dec736a3a',1,'DW1000Class']]] 6 | ]; 7 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['seconds',['SECONDS',['../classDW1000Time.html#a542450a114c48b3974ba50babfe2ce14',1,'DW1000Time']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_d.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['write',['WRITE',['../classDW1000Class.html#acb4b9f6a0d3c65480a878cc180c4fa18',1,'DW1000Class']]], 4 | ['write_5fsub',['WRITE_SUB',['../classDW1000Class.html#ad60f08106028394b0b530057e34e3655',1,'DW1000Class']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_e.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 |
Loading...
12 |
13 | 16 |
Searching...
17 |
No Matches
18 | 24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /extras/doc/html/search/variables_e.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['xti_5fclock',['XTI_CLOCK',['../classDW1000Class.html#afd636ef0a653ff62470026d296bca4c4',1,'DW1000Class']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /extras/doc/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/splitbar.png -------------------------------------------------------------------------------- /extras/doc/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/sync_off.png -------------------------------------------------------------------------------- /extras/doc/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/sync_on.png -------------------------------------------------------------------------------- /extras/doc/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/tab_a.png -------------------------------------------------------------------------------- /extras/doc/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/tab_b.png -------------------------------------------------------------------------------- /extras/doc/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/tab_h.png -------------------------------------------------------------------------------- /extras/doc/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/playfultechnology/arduino-dw1000/2d264871dae8ca4796f48ac726937fd844642b5e/extras/doc/html/tab_s.png -------------------------------------------------------------------------------- /extras/doc/html/tabs.css: -------------------------------------------------------------------------------- 1 | .tabs, .tabs2, .tabs3 { 2 | background-image: url('tab_b.png'); 3 | width: 100%; 4 | z-index: 101; 5 | font-size: 13px; 6 | font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 7 | } 8 | 9 | .tabs2 { 10 | font-size: 10px; 11 | } 12 | .tabs3 { 13 | font-size: 9px; 14 | } 15 | 16 | .tablist { 17 | margin: 0; 18 | padding: 0; 19 | display: table; 20 | } 21 | 22 | .tablist li { 23 | float: left; 24 | display: table-cell; 25 | background-image: url('tab_b.png'); 26 | line-height: 36px; 27 | list-style: none; 28 | } 29 | 30 | .tablist a { 31 | display: block; 32 | padding: 0 20px; 33 | font-weight: bold; 34 | background-image:url('tab_s.png'); 35 | background-repeat:no-repeat; 36 | background-position:right; 37 | color: #283A5D; 38 | text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); 39 | text-decoration: none; 40 | outline: none; 41 | } 42 | 43 | .tabs3 .tablist a { 44 | padding: 0 10px; 45 | } 46 | 47 | .tablist a:hover { 48 | background-image: url('tab_h.png'); 49 | background-repeat:repeat-x; 50 | color: #fff; 51 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); 52 | text-decoration: none; 53 | } 54 | 55 | .tablist li.current a { 56 | background-image: url('tab_a.png'); 57 | background-repeat:repeat-x; 58 | color: #fff; 59 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); 60 | } 61 | -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- 1 | ####################################### 2 | # Syntax Coloring Map For DW1000 3 | ####################################### 4 | 5 | ####################################### 6 | # Library (KEYWORD1) 7 | ####################################### 8 | 9 | DW1000 KEYWORD1 10 | DW1000Time KEYWORD1 11 | 12 | ####################################### 13 | # Methods and Functions (KEYWORD2) 14 | ####################################### 15 | 16 | begin KEYWORD2 17 | end KEYWORD2 18 | select KEYWORD2 19 | newConfiguration KEYWORD2 20 | commitConfiguration KEYWORD2 21 | newTransmit KEYWORD2 22 | startTransmit KEYWORD2 23 | newReceive KEYWORD2 24 | startReceive KEYWORD2 25 | setDefaults KEYWORD2 26 | # TODO ... 27 | 28 | ####################################### 29 | # Constants (LITERAL1) 30 | ####################################### 31 | 32 | # TODO ... 33 | -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DW1000", 3 | "version": "0.9", 4 | "license": "Apache-2.0", 5 | "keywords": "wireless, communication", 6 | "description": "A library that offers functionality to use Decawave's DW1000 chips.", 7 | "repository": { 8 | "type": "git", 9 | "url": "https://github.com/thotro/arduino-dw1000.git" 10 | }, 11 | "exclude": [ 12 | "adapterBoard", 13 | "extras" 14 | ], 15 | "frameworks": "arduino", 16 | "platforms": "*" 17 | } 18 | -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- 1 | name=DW1000 2 | version=0.9 3 | author=Thomas Trojer 4 | maintainer=Thomas Trojer 5 | sentence=A library that offers functionality to use Decawave's DW1000 chips/modules. 6 | paragraph=Supports transmission of messages, timestamp handling (for ranging and location sensing applications) and implements the different operation modes the DW1000 has to offer. The library design is intended to offer an easy-to-use interface to the otherwise complex and configuration intense handling of the DW1000. 7 | category=Communication 8 | url=https://github.com/thotro/arduino-dw1000 9 | architectures=* 10 | -------------------------------------------------------------------------------- /src/DW1000CompileOptions.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2016 by Ludwig Grill (www.rotzbua.de) 3 | * Decawave DW1000 library for arduino. 4 | * 5 | * Licensed under the Apache License, Version 2.0 (the "License"); 6 | * you may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software 12 | * distributed under the License is distributed on an "AS IS" BASIS, 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | * See the License for the specific language governing permissions and 15 | * limitations under the License. 16 | * 17 | * @file DW1000CompileOptions.h 18 | * Here are some options to optimize code and save some ram and rom 19 | * 20 | */ 21 | 22 | #ifndef DW1000COMPILEOPTIONS_H 23 | #define DW1000COMPILEOPTIONS_H 24 | 25 | /** 26 | * Printable DW1000Time object costs about: rom: 490 byte ; ram: 58 byte 27 | * This option is needed because compiler can not optimize unused codes from inheritanced methods 28 | * Some examples or debug code use this 29 | * Set false if you do not need it and have to save some space 30 | */ 31 | #define DW1000TIME_H_PRINTABLE true 32 | 33 | #endif // DW1000COMPILEOPTIONS_H 34 | -------------------------------------------------------------------------------- /src/deprecated.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2016 by Ludwig Grill (www.rotzbua.de) 3 | * Simple deprecated workaround for Arduino IDE 4 | * IDE 1.6.8 use gcc 4.8 which do not support c++14 [[deprecated]] 5 | * Later versions should support c++14, then use c++14 syntax 6 | */ 7 | #ifndef DEPRECATED_H 8 | #define DEPRECATED_H 9 | 10 | #ifdef __has_cpp_attribute 11 | #if __has_cpp_attribute(deprecated) 12 | #define DEPRECATED [[deprecated]] 13 | #define DEPRECATED_MSG(msg) [[deprecated(msg)]] 14 | #endif // __has_cpp_attribute(deprecated) 15 | #else 16 | #define DEPRECATED __attribute__((deprecated)) 17 | #define DEPRECATED_MSG(msg) __attribute__((deprecated(msg))) 18 | #endif // __has_cpp_attribute 19 | 20 | #endif // DEPRECATED_H 21 | -------------------------------------------------------------------------------- /src/require_cpp11.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2016 by Ludwig Grill (www.rotzbua.de) 3 | * Throws error if c++11 is not supported 4 | */ 5 | #ifndef REQUIRE_CPP11_H 6 | #define REQUIRE_CPP11_H 7 | 8 | #if __cplusplus < 201103L 9 | #error "This library needs at least a C++11 compliant compiler, maybe compiler argument for C++11 support is missing or if you use Arduino IDE upgrade to version >=1.6.6" 10 | #endif 11 | 12 | #endif // REQUIRE_CPP11_H 13 | --------------------------------------------------------------------------------