589689.xyz

microcontrollers and Embedded C Programming language+Secrets [UDEMY]

  • 收录时间:2019-04-18 00:26:55
  • 文件大小:4GB
  • 下载次数:40
  • 最近下载:2021-01-18 07:49:22
  • 磁力链接:

文件列表

  1. 2. variables and operations/3. 2.2.2.let's talk about char variable in depth part02.mp4 158MB
  2. 6. Arrays/3. 6.3.Example . create a function that calculate float average of some numbers.mp4 139MB
  3. 8. Struct/4. 8.4.Example . Use If and printf for struct.mp4 136MB
  4. 7. Pointers/3. 7.3.Use pointer for input and output of function to save ram and speed.mp4 102MB
  5. 8. Struct/1. 8.1.How to create a struct and use it.mp4 90MB
  6. 2. variables and operations/11. 2.10 operation priority.mp4 88MB
  7. 5. Functions/3. 5.3.How to debug and everything about debug buttons.mp4 85MB
  8. 10. preproccesors/2. 10.2.Use If preproccesor in project.mp4 84MB
  9. 7. Pointers/1. 7.1.what is pointer and how to use them.mp4 83MB
  10. 2. variables and operations/14. 2.13 How To Set One Pin Of A port high of MCU the old way.mp4 82MB
  11. 7. Pointers/2. 7.2.Example . Use pointer for input of function.mp4 72MB
  12. 2. variables and operations/17. 2.16 how to Set one pin of port to high with shifting best way.mp4 71MB
  13. 5. Functions/7. 5.7.Function Example . write a function that finde max value.mp4 70MB
  14. 2. variables and operations/5. 2.4.important tips about char and unsigned char.mp4 69MB
  15. 2. variables and operations/9. 2.8. important tips about divide.mp4 68MB
  16. 2. variables and operations/1. 2.1.let's begin with some example.mp4 68MB
  17. 2. variables and operations/18. 2.17 How you can Reset One Bit to zero with shifting best way.mp4 67MB
  18. 6. Arrays/5. 6.5.Multidimential array . give it a value and access its values.mp4 67MB
  19. 3. printf & scanf in depth/2. S3.2 Use Percent c i d f in printf.mp4 67MB
  20. 5. Functions/5. 5.5.Function example . write function that get age of someone that you want.mp4 64MB
  21. 6. Arrays/2. 6.2.Example . use loop to fill array and show them.mp4 63MB
  22. 5. Functions/10. 5.10.Local variable and global variable and their pro and cons.mp4 62MB
  23. 2. variables and operations/2. 2.2.1.let's talk about char variable in depth part01.mp4 59MB
  24. 2. variables and operations/13. 2.12. better way to do plus minus multiply and divide.mp4 59MB
  25. 4. Loops and Decision Making/13. 4.13.use switch case instead of if and show its disadvanges.mp4 55MB
  26. 3. printf & scanf in depth/5. S3.5 How to limitation in printf.mp4 55MB
  27. 2. variables and operations/10. 2.9. tips about increamenting variable by one.mp4 54MB
  28. 8. Struct/5. 8.5.Example . write a function that has struct as input.mp4 53MB
  29. 4. Loops and Decision Making/4. 4.4.What ascii table is and how to use it.mp4 53MB
  30. 4. Loops and Decision Making/5. 4.5.Use for loop to show some of ascii table.mp4 52MB
  31. 5. Functions/1. 5.1.create a simple function that do summing for us.mp4 51MB
  32. 6. Arrays/1. 6.1.create a char array and initiliza it and change its value and show its value.mp4 51MB
  33. 9. Union Bitfield and typedef/5. 9.5.Use struct professionaly.mp4 48MB
  34. 4. Loops and Decision Making/10. 4.10.Use if and if else in loop.mp4 47MB
  35. 5. Functions/11. 5.11.Use global variable in functions example.mp4 47MB
  36. 6. Arrays/6. 6.6.Use nested for loop for multidimential array.mp4 46MB
  37. 3. printf & scanf in depth/7. S3.7 How to use scanf and printf in example.mp4 45MB
  38. 4. Loops and Decision Making/1. 4.1.First kind of loop that you see in every C programming language.mp4 45MB
  39. 5. Functions/2. 5.2.write a function that simplifi printf for showing an decimal value.mp4 44MB
  40. 2. variables and operations/8. 2.7. how to do plus minus multiply and divide.mp4 43MB
  41. 8. Struct/3. 8.3.Example .Use struct and array and scanf together.mp4 42MB
  42. 9. Union Bitfield and typedef/2. 9.2.Show everything about union on calculator.mp4 40MB
  43. 2. variables and operations/12. 2.11.how to store value in rom + tips.mp4 39MB
  44. 3. printf & scanf in depth/6. S3.6 How to make Limitation on Integer and String in printf.mp4 39MB
  45. 2. variables and operations/7. 2.6.how to use int and float and see their differences and their secret.mp4 39MB
  46. 4. Loops and Decision Making/2. 4.2.how for loop work.mp4 37MB
  47. 3. printf & scanf in depth/3. S3.3 How to use Percent itself in Output String and controlling charecter.mp4 37MB
  48. 6. Arrays/4. 6.4.Example . Use for loop with array.mp4 37MB
  49. 2. variables and operations/15. 2.14 How to Set one pin of port high wihout changing any other pin old way.mp4 36MB
  50. 10. preproccesors/4. 10.4.write function in preproccesor.mp4 36MB
  51. 5. Functions/8. 5.8.Function Exampe . write function that show max value.mp4 36MB
  52. 2. variables and operations/4. 2.3.variables and their limitations.mp4 36MB
  53. 9. Union Bitfield and typedef/4. 9.4.Use bitfiled in struct.mp4 35MB
  54. 4. Loops and Decision Making/7. 4.7.Use for loop inside another for loop that called nested loop.mp4 35MB
  55. 2. variables and operations/16. 2.15 How to Reset one pin of a port To Zero without changing other pins old wa.mp4 35MB
  56. 9. Union Bitfield and typedef/1. 9.1.Everything about union.mp4 34MB
  57. 9. Union Bitfield and typedef/7. 9.7.Use typedef with struct.mp4 30MB
  58. 3. printf & scanf in depth/4. S3.4 How to Print Double quote and show Big Value.mp4 29MB
  59. 9. Union Bitfield and typedef/6. 9.6.Use Typedef to be faster in coding.mp4 25MB
  60. 3. printf & scanf in depth/1. 3.1 printf basic.mp4 25MB
  61. 5. Functions/6. 5.6.pro and cons of function . less rom usage or faster execution.mp4 22MB
  62. 10. preproccesors/3. 10.3.Use Compiler preproccesor.mp4 22MB
  63. 5. Functions/9. 5.9.Function Example . write last example without if else.mp4 21MB
  64. 4. Loops and Decision Making/11. 4.11.break command in loop.mp4 21MB
  65. 2. variables and operations/6. 2.5.naming of variables rule of c language.mp4 21MB
  66. 4. Loops and Decision Making/12. 4.12.Continue command in loop.mp4 20MB
  67. 9. Union Bitfield and typedef/3. 9.3.Size of union.mp4 19MB
  68. 1. Introduction/1. 1.1.Introduction.mp4 18MB
  69. 4. Loops and Decision Making/8. 4.8.How to use while loop like for loop and use its advangages.mp4 17MB
  70. 4. Loops and Decision Making/3. 4.3.Use float as counter in for loop.mp4 16MB
  71. 5. Functions/4. 5.4.How you can create function at bottom of page to work in all compilers.mp4 12MB
  72. 4. Loops and Decision Making/9. 4.9.Do while loop.mp4 11MB
  73. 10. preproccesors/1. 10.1.Use preproccesor define in project.mp4 11MB
  74. 4. Loops and Decision Making/6. 4.6.another example with for loop.mp4 11MB
  75. 8. Struct/2. 8.2.give a value to array with strcpy function.mp4 10MB
  76. 2. variables and operations/2.2 Atmel-2486-8-bit-AVR-microcontroller-ATmega8_L_dat-1315266.pdf.pdf 5MB
  77. 2. variables and operations/2.1 Atmel-2486-8-bit-AVR-microcontroller-ATmega8_L_dat-1315266.pdf.pdf 5MB
  78. 2. variables and operations/2.3 LPC1769_68_67_66_65_64_63.pdf.pdf 2MB
  79. 2. variables and operations/2.2 LPC1769_68_67_66_65_64_63.pdf.pdf 2MB
  80. 2. variables and operations/2.1 stm32f0k6t6.pdf.pdf 1MB
  81. 2. variables and operations/2.3 stm32f0k6t6.pdf.pdf 1MB
  82. 2. variables and operations/4.1 CVariable2.JPG.JPG 60KB
  83. 2. variables and operations/3. 2.2.2.let's talk about char variable in depth part02.vtt 9KB
  84. 6. Arrays/3. 6.3.Example . create a function that calculate float average of some numbers.vtt 8KB
  85. 10. preproccesors/2. 10.2.Use If preproccesor in project.vtt 8KB
  86. 8. Struct/4. 8.4.Example . Use If and printf for struct.vtt 7KB
  87. 2. variables and operations/1. 2.1.let's begin with some example.vtt 7KB
  88. 7. Pointers/1. 7.1.what is pointer and how to use them.vtt 7KB
  89. 8. Struct/1. 8.1.How to create a struct and use it.vtt 7KB
  90. 7. Pointers/3. 7.3.Use pointer for input and output of function to save ram and speed.vtt 7KB
  91. 5. Functions/3. 5.3.How to debug and everything about debug buttons.vtt 6KB
  92. 2. variables and operations/11. 2.10 operation priority.vtt 6KB
  93. 2. variables and operations/10. 2.9. tips about increamenting variable by one.vtt 5KB
  94. 6. Arrays/5. 6.5.Multidimential array . give it a value and access its values.vtt 5KB
  95. 2. variables and operations/5. 2.4.important tips about char and unsigned char.vtt 5KB
  96. 5. Functions/5. 5.5.Function example . write function that get age of someone that you want.vtt 5KB
  97. 2. variables and operations/9. 2.8. important tips about divide.vtt 5KB
  98. 2. variables and operations/14. 2.13 How To Set One Pin Of A port high of MCU the old way.vtt 5KB
  99. 10. preproccesors/4. 10.4.write function in preproccesor.vtt 5KB
  100. 5. Functions/7. 5.7.Function Example . write a function that finde max value.vtt 5KB
  101. 5. Functions/10. 5.10.Local variable and global variable and their pro and cons.vtt 4KB
  102. 6. Arrays/1. 6.1.create a char array and initiliza it and change its value and show its value.vtt 4KB
  103. 8. Struct/5. 8.5.Example . write a function that has struct as input.vtt 4KB
  104. 7. Pointers/2. 7.2.Example . Use pointer for input of function.vtt 4KB
  105. 2. variables and operations/2. 2.2.1.let's talk about char variable in depth part01.vtt 4KB
  106. 5. Functions/2. 5.2.write a function that simplifi printf for showing an decimal value.vtt 4KB
  107. 5. Functions/1. 5.1.create a simple function that do summing for us.vtt 4KB
  108. 2. variables and operations/13. 2.12. better way to do plus minus multiply and divide.vtt 4KB
  109. 6. Arrays/2. 6.2.Example . use loop to fill array and show them.vtt 4KB
  110. 9. Union Bitfield and typedef/5. 9.5.Use struct professionaly.vtt 4KB
  111. 9. Union Bitfield and typedef/1. 9.1.Everything about union.vtt 3KB
  112. 6. Arrays/6. 6.6.Use nested for loop for multidimential array.vtt 3KB
  113. 9. Union Bitfield and typedef/4. 9.4.Use bitfiled in struct.vtt 3KB
  114. 5. Functions/11. 5.11.Use global variable in functions example.vtt 3KB
  115. 2. variables and operations/12. 2.11.how to store value in rom + tips.vtt 3KB
  116. 4. Loops and Decision Making/13. 4.13.use switch case instead of if and show its disadvanges.vtt 3KB
  117. 2. variables and operations/8. 2.7. how to do plus minus multiply and divide.vtt 3KB
  118. 2. variables and operations/7. 2.6.how to use int and float and see their differences and their secret.vtt 3KB
  119. 2. variables and operations/4. 2.3.variables and their limitations.vtt 3KB
  120. 9. Union Bitfield and typedef/2. 9.2.Show everything about union on calculator.vtt 3KB
  121. 6. Arrays/4. 6.4.Example . Use for loop with array.vtt 3KB
  122. 9. Union Bitfield and typedef/7. 9.7.Use typedef with struct.vtt 3KB
  123. 8. Struct/3. 8.3.Example .Use struct and array and scanf together.vtt 3KB
  124. 1. Introduction/1. 1.1.Introduction.vtt 2KB
  125. 5. Functions/8. 5.8.Function Exampe . write function that show max value.vtt 2KB
  126. 9. Union Bitfield and typedef/6. 9.6.Use Typedef to be faster in coding.vtt 2KB
  127. 2. variables and operations/16. 2.15 How to Reset one pin of a port To Zero without changing other pins old wa.vtt 2KB
  128. 10. preproccesors/3. 10.3.Use Compiler preproccesor.vtt 2KB
  129. 2. variables and operations/15. 2.14 How to Set one pin of port high wihout changing any other pin old way.vtt 2KB
  130. 2. variables and operations/6. 2.5.naming of variables rule of c language.vtt 2KB
  131. 10. preproccesors/1. 10.1.Use preproccesor define in project.vtt 2KB
  132. 5. Functions/6. 5.6.pro and cons of function . less rom usage or faster execution.vtt 2KB
  133. 4. Loops and Decision Making/12. 4.12.Continue command in loop.vtt 2KB
  134. 9. Union Bitfield and typedef/3. 9.3.Size of union.vtt 2KB
  135. 5. Functions/9. 5.9.Function Example . write last example without if else.vtt 1KB
  136. 5. Functions/4. 5.4.How you can create function at bottom of page to work in all compilers.vtt 1KB
  137. 8. Struct/2. 8.2.give a value to array with strcpy function.vtt 1KB
  138. 3. printf & scanf in depth/5. S3.5 How to limitation in printf.vtt 333B
  139. 2. variables and operations/18. 2.17 How you can Reset One Bit to zero with shifting best way.vtt 333B
  140. 3. printf & scanf in depth/6. S3.6 How to make Limitation on Integer and String in printf.vtt 333B
  141. 3. printf & scanf in depth/2. S3.2 Use Percent c i d f in printf.vtt 333B
  142. 3. printf & scanf in depth/1. 3.1 printf basic.vtt 333B
  143. 4. Loops and Decision Making/10. 4.10.Use if and if else in loop.vtt 333B
  144. 4. Loops and Decision Making/7. 4.7.Use for loop inside another for loop that called nested loop.vtt 333B
  145. 4. Loops and Decision Making/6. 4.6.another example with for loop.vtt 333B
  146. 4. Loops and Decision Making/11. 4.11.break command in loop.vtt 333B
  147. 4. Loops and Decision Making/5. 4.5.Use for loop to show some of ascii table.vtt 333B
  148. 4. Loops and Decision Making/8. 4.8.How to use while loop like for loop and use its advangages.vtt 333B
  149. 4. Loops and Decision Making/4. 4.4.What ascii table is and how to use it.vtt 333B
  150. 4. Loops and Decision Making/9. 4.9.Do while loop.vtt 333B
  151. 4. Loops and Decision Making/3. 4.3.Use float as counter in for loop.vtt 333B
  152. 3. printf & scanf in depth/7. S3.7 How to use scanf and printf in example.vtt 333B
  153. 2. variables and operations/17. 2.16 how to Set one pin of port to high with shifting best way.vtt 333B
  154. 4. Loops and Decision Making/2. 4.2.how for loop work.vtt 333B
  155. 3. printf & scanf in depth/4. S3.4 How to Print Double quote and show Big Value.vtt 333B
  156. 3. printf & scanf in depth/3. S3.3 How to use Percent itself in Output String and controlling charecter.vtt 333B
  157. 4. Loops and Decision Making/1. 4.1.First kind of loop that you see in every C programming language.vtt 333B
  158. 2. variables and operations/5.1 this chapter code.html 92B
  159. 2. variables and operations/9.1 tips on divide code.html 92B
  160. 2. variables and operations/8.4 divide.html 92B
  161. 2. variables and operations/8.3 plus.html 92B
  162. 2. variables and operations/8.3 multiply.html 92B
  163. 2. variables and operations/8.2 minus.html 92B
  164. 2. variables and operations/8.1 plus.html 92B
  165. 2. variables and operations/8.1 multiply.html 92B
  166. 2. variables and operations/7.2 use float.html 92B
  167. 2. variables and operations/7.1 use int.html 92B
  168. 2. variables and operations/9.2 use % code.html 92B
  169. 2. variables and operations/3.1 test this chapter code.html 92B
  170. 2. variables and operations/18.1 this chapter code.html 92B
  171. 2. variables and operations/16.1 this chapter code.html 92B
  172. 2. variables and operations/15.1 this chapter code.html 92B
  173. 2. variables and operations/14.1 this chapter code.html 92B
  174. 2. variables and operations/13.1 this chapter code.html 92B
  175. 2. variables and operations/11.1 operation priority code.html 92B
  176. 2. variables and operations/10.1 increment it by one code.html 92B
  177. 2. variables and operations/1.1 c codes of this chapter . test it yourself.html 92B