Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 62

    Arduino – Pulse Width Modulation

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:0 Comments

    Pulse Width Modulation or PWM is a common technique used to vary the width of the pulses in a pulse-train. PWM has many applications such as controlling servos and speed…

    Continue ReadingArduino – Pulse Width Modulation

    Arduino – Due & Zero

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU. It is the first Arduino board based on a 32-bit ARM core microcontroller. Important features…

    Continue ReadingArduino – Due & Zero

    Arduino – Trigonometric Functions

    • Post author:K Z
    • Post published:October 27, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    You need to use Trigonometry practically like calculating the distance for moving object or angular speed. Arduino provides traditional trigonometric functions (sin, cos, tan, asin, acos, atan) that can be…

    Continue ReadingArduino – Trigonometric Functions

    Arduino – Math Library

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    The Arduino Math library (math.h) includes a number of useful mathematical functions for manipulating floating-point numbers. Library Macros Following are the macros defined in the header math.h −Given below is…

    Continue ReadingArduino – Math Library

    Arduino – Character Functions

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    All data is entered into computers as characters, which includes letters, digits and various special symbols. In this section, we discuss the capabilities of C++ for examining and manipulating individual…

    Continue ReadingArduino – Character Functions

    Arduino – Advanced I/O Function

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:0 Comments

    In this chapter, we will learn some advanced Input and Output Functions. analogReference() Function Configures the reference voltage used for analog input (i.e. the value used as the top of…

    Continue ReadingArduino – Advanced I/O Function

    Arduino – I/O Functions

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    The pins on the Arduino board can be configured as either inputs or outputs. We will explain the functioning of the pins in those modes. It is important to note…

    Continue ReadingArduino – I/O Functions

    Arduino – Multi-Dimensional Arrays

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    Arrays with two dimensions (i.e., subscripts) often represent tables of values consisting of information arranged in rows and columns. Following are the key features of multidimensional arrays − To identify…

    Continue ReadingArduino – Multi-Dimensional Arrays

    Arduino – Passing Arrays to Functions

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    To pass an array argument to a function, specify the name of the array without any brackets. For example, if an array hourlyTemperatures has been declared as the function, the call passes…

    Continue ReadingArduino – Passing Arrays to Functions

    Arduino – Arrays

    • Post author:K Z
    • Post published:October 26, 2021
    • Post category:Arduino
    • Post comments:1 Comment

    An Array in Arduino is a consecutive group of memory locations that are of the same type. To refer to a particular location or element in the array, we specify…

    Continue ReadingArduino – Arrays
    • Go to the previous page
    • 1
    • …
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP