GithubHelp home page GithubHelp logo

Comments (5)

feilipu avatar feilipu commented on August 20, 2024
  1. Does the xTaskCreate() function support functions that are not of the void type? - The reference for xTaskCreate() is here in the FreeRTOS documentation. Everything about FreeRTOS is there to read.
  2. Is it capable of speeding up custom-made GUI? - Programming a GUI is unrelated to FreeRTOS.
  3. Where can I get a better reference guide on this library and its functions? - The extensive documentation for FreeRTOS is available here. Questions arising can be asked at the FreeRTOS community forum. It is best to keep this Issues register purely for library implementation issues (bugs or enhancements). Or use the Discussions Tab above for discussion.

from arduino_freertos_library.

Coder-X15 avatar Coder-X15 commented on August 20, 2024

Thanks... seems like my second doubt was stupid, but why I actually asked it was whether it could be used to run two different widgets on a screen at the same time by using the capabilities of this marvellous project ':)

from arduino_freertos_library.

Coder-X15 avatar Coder-X15 commented on August 20, 2024

Also, thanks for labeling this as a discussion.. I didn't know how to label these 😄

from arduino_freertos_library.

feilipu avatar feilipu commented on August 20, 2024

...whether it could be used to run two different widgets on a screen at the same time?

Typically, one Task might be set up to manage a piece of hardware or logical interface (i.e. the screen). Then you'd use message passing via Queues to inform that task that the widgets need to be updated, using one or more Tasks to generate the messages if you have separate sources.

One Task might read the temperature, and another might handle the keyboard. Inputs from these two Tasks could change screen widgets via queue based message passing.

But, that is a very general answer to a very general question.

from arduino_freertos_library.

Coder-X15 avatar Coder-X15 commented on August 20, 2024

Ok thanks....

from arduino_freertos_library.

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.