Robotics StackExchange | Archived questions

PWM Linux kernel module

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

Asked by elsp1991 on 2015-06-23 10:21:46 UTC

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.

Asked by gvdhoorn on 2015-06-23 13:00:50 UTC

Answers