Abstract
Conference Title: 2017 IEEE International Conference on Intelligent Techniques in Control, Optimization and Signal Processing (INCOS) Conference Start Date: 2017, March 23 Conference End Date: 2017, March 25 Conference Location: India The purpose of this study is to find more effective ways to program Arduino microcontrollers for high speed controls and operations. The traditional way of using high level C language is user friendly, but sometimes it is not efficient for critical applications where high speed control is needed. From this view, we propose a different method using more efficient code like Bitwise C language to directly communicate with registers. This method shortens the time to execute instructions. We found in this study that the execution time of one instruction-when using Bitwise operations coding-decreases 26.77 times compared to C-Language instructions, while the memory needed for the execution instructions is less in the low-level language.