Giter Club home page Giter Club logo

Comments (3)

barisdinc avatar barisdinc commented on May 29, 2024

aslinda 9. satirda "int frqSHIFT = 600;" seklinde set ediyoruz...
nerede sifirlandigini bulmak lazim..

olasi sebepler :

819 satir civarinda son settingleri okuyoruz acilista.. 👍 byte byte1,byte2;
byte FRQshift_L = EEPROM.read(52);
byte FRQshift_H = EEPROM.read(53);
ve degeri tekrar set ediyoruz :

shiftMODE=noSHIFT;//default value for SHIFTMODE
if ((FRQshift_L>0) && (FRQshift_H>0)) shiftMODE=plusSHIFT;
if ( FRQshift_L>127) {FRQshift_L-=128; shiftMODE=minusSHIFT;}
frqSHIFT = FRQshift_L * 256 + FRQshift_H;

sanirim bu esnada EEPROM bos oldugu icin sorun oluyor....

SIFIR shift olmayacagi icin, buraya eger SIFIR ise default 600 yap diyebiliriz.. CUNKU SHIFT HICBIRZAMAN 0 MANTIKLI DEGIL....

from aselsan_4822.

barisdinc avatar barisdinc commented on May 29, 2024

@ToygarVarli dayanamayip duzelttim :0

if (frqSHIFT = 0) frqSHIFT=600;

from aselsan_4822.

barisdinc avatar barisdinc commented on May 29, 2024

done

from aselsan_4822.

Related Issues (20)

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.