PWM Linux kernel module [closed]

asked 2015-06-23 10:21:46 -0500

elsp1991 gravatar image

updated 2015-06-23 11:00:45 -0500

Hello,

I Have a PC with IO expansion card that can be accessed with outb and inb function from sys/io.h

I want these outputs as PWM signals, the task is not very time critical so I choose to go software PWM (bit banging)

I found out that lot of soft PWM codes (RPI, beaglebone) are actually kernel modules not a typical node.

What do you believe it would be the Best Practise?

does anyone ever used sysfs pwm

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by gvdhoorn
close date 2015-06-23 13:01:01.961127

Comments

This seems rather off-topic for ROS Answers. Please try asking your question on another msg board / forum.

I'm closing this question. If you feel this is incorrect, please comment.

gvdhoorn gravatar image gvdhoorn  ( 2015-06-23 13:00:50 -0500 )edit