Giter VIP home page Giter VIP logo

qiblahdirectionwithcounter's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @19-6105zilleali
  • ๐Ÿ‘€ Iโ€™m interested in Hardware Programing.
  • ๐ŸŒฑ Iโ€™m currently learning Aurdino and MicroController
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on C , C++ , Python
  • ๐Ÿ“ซ How to reach me any if have any relevant material.

qiblahdirectionwithcounter's People

Contributors

19-6105zilleali avatar

Stargazers

 avatar

Watchers

 avatar

qiblahdirectionwithcounter's Issues

On Compiling Facing Error

These error was show when am compile code in Arduino Software For Uploading .

 error: 'class HMC5883L' has no member named 'SetScale'; did you mean 'setScale'?
   error = compass.SetScale(1.3); // Set the scale of the compass.
                   ^~~~~~~~
                   setScale
1122:35:28: error: 'class HMC5883L' has no member named 'GetErrorText'; did you mean 'getErrorText'?
     Serial.println(compass.GetErrorText(error));
                            ^~~~~~~~~~~~
                            getErrorText
1122:38:19: error: 'class HMC5883L' has no member named 'SetMeasurementMode'; did you mean 'setMeasurementMode'?
   error = compass.SetMeasurementMode(Measurement_Continuous); // Set the measurement mode to Continuous
                   ^~~~~~~~~~~~~~~~~~
                   setMeasurementMode
1122:38:38: error: 'Measurement_Continuous' was not declared in this scope
   error = compass.SetMeasurementMode(Measurement_Continuous); // Set the measurement mode to Continuous
                                      ^~~~~~~~~~~~~~~~~~~~~~
1122:40:28: error: 'class HMC5883L' has no member named 'GetErrorText'; did you mean 'getErrorText'?
     Serial.println(compass.GetErrorText(error));
                            ^~~~~~~~~~~~
                            getErrorText
: In function 'void loop()':
1122:47:33: error: 'class HMC5883L' has no member named 'ReadRawAxis'; did you mean 'readRawAxis'?
   MagnetometerRaw raw = compass.ReadRawAxis();
                                 ^~~~~~~~~~~
                                 readRawAxis
1122:49:39: error: 'class HMC5883L' has no member named 'ReadScaledAxis'; did you mean 'readScaledAxis'?
   MagnetometerScaled scaled = compass.ReadScaledAxis();
                                       ^~~~~~~~~~~~~~
                                       readScaledAxis
52:7: warning: unused variable 'MilliGauss_OnThe_XAxis' [-Wunused-variable]
   int MilliGauss_OnThe_XAxis = scaled.XAxis;// (or YAxis, or ZAxis)
       ^~~~~~~~~~~~~~~~~~~~~~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.