Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT with Raspberry (MRAA library)

QT with Raspberry (MRAA library)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I am using Raspberry Pi, I have tried to write a c++ programming in QT creator. I have installed MRAA library. Before I have used wiring Pi library. Now I don't know how to change. So please solve this issue.

        pinMode(T_C,OUTPUT);           
        pinMode(E_C,INPUT);
        pullUpDnControl(E_C,PUD_DOWN);
    
    jsulmJ 1 Reply Last reply
    0
    • ? A Former User

      I am using Raspberry Pi, I have tried to write a c++ programming in QT creator. I have installed MRAA library. Before I have used wiring Pi library. Now I don't know how to change. So please solve this issue.

          pinMode(T_C,OUTPUT);           
          pinMode(E_C,INPUT);
          pullUpDnControl(E_C,PUD_DOWN);
      
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Geeva Which issue?
      Could you please explain what the issue is?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Thanks for your reply. For example I have used wiringPi Library for Raspberry pi developed code using QT creator IDE. Now I want to cross compile that into UP Board. Is it possible to use wiring Pi ? Because if I want to use mraa I want to modify everything. So for cross compilation how to proceed ?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved